Google keep app source code

How to use Google Keep

Custom component for Home Assistant to enable adding to and updating lists on Google Keep. Python Updated May 9, CSS Updated Aug 2, Python Updated Sep 8, Vue Updated Jul 15, Show notes from Google Keep on Linux desktop with conky. Python Updated May 14, JavaScript Updated Feb 12, Rust Updated Feb 19, JavaScript Updated May 22, JavaScript Updated Jan 19, Java Updated Aug 4, A small tray app for Google Keep. Bucklescript seems to be largely a one man show. Of course this can happen, but it does make me a feel a little uneasy.

All in all I'm definitely positive. There's a lot of potential and hopefully when Reason picks up some more steam it can become more a community project. Be sure to check out the Reason Discord [6], very helpful people there! Could you share a link to the repo? I'd love to take a look :. I've actually just taken a short break from the project. But probably I'll pick it up again soon because I do believe this could turn out to be quite useful. Salesdude 6 months ago. For those interested, password is: demo. Use what you know. Choose stability over cuteness. In my opinion is far superior technology to react native.

You could get out a cross platform app with some of the basic things you describe in a few weeks.

Chobani’s newest food incubator is boosting veterans’ food businesses

You could make it incredibly scalable and do it incredibly fast. Both AWS and Azure have great managed Document database you could use to power the features you mentioned. It has never been easier than it is right now to build some incredibly things. Shameless plug, this is exactly what I did with a recent app I built that can take any article and convert it to Audio. I indirectly contribute to Flutter via one of their dependencies , but I would still say to make a web app first, so you can always access your app from a desktop. He could always add that kind of support later.

A notes app where you are forced to type notes on a touch "keyboard" always discourages me from making any notes. This is interesting. How long did it take you to do this? Do you manually curate the articles in the app or are they randomly pulled from the web? Start by making mockups in Balsamiq. React is hard until your understanding of it finally 'clicks' - and having a wireframed visual reference of what your app is supposed to look like actually makes it easier to think about how it should be layed out in code, imo.

I actually just started learning React Native and I re-wrote the first iteration of my app's home screen many times and kind of aimlessly until I had something that actually made sense and was easily maintainable - still re-factoring it into something even simpler, tbh. That said, I think that was mainly due to me not knowing what was in the library or having approached the UI components properly in the first place, so I think I will be prototyping quite a bit faster over time.


  • Electron Apps | Electron;
  • Android Source-Code released: Google keep Open-Source promise - Android Community.
  • Take a voice memo.

I'm guessing Firebase with some minimal manual state management? All the state updates my app needs to do is essentially record the user ticking some checkboxes, and some timers updating in the UI, and those persisting on a user's phone but also optionally associated with their account online if they so choose. PS: Please note that I am one of the core developers of wolkenkit, so please take my answer with a grain of salt.

Google Keep is the latest Google app to get a dark mode

It already has much of what you need and is open-source. No need to start from scratch. This is promising, TY! The one that you're most productive in. That's Rails. Which I love - but I have my doubts. If you're goal is to get the app done and published rather than learning a new tech then go with your default stack.

About the Author

I've never worked with Rails but it seems like a totally valid choice for the product. You can always bolt on a more modern frontend later if you need it. It's Rails' frontend performance stigma that made me hesitate. I suppose bolting a better FE is an option, but I won't know it until I benchmark it. I'm a rails dev too, last year I was making a mobile web app where I was concerned about frontend, so I started making a SPA in mithril. Later I abandoned the SPA and went back to rails views, using turbolinks to make it fast. Every way I look at it, the SPA route is slower and far more complicated.

As others have pointed out the SPA route can introduce a huge amount of complexity. Front end: You could use anything you wish, heck even jQuery. Svelte is lightweight and powerful. Vue is probably the easiest one to use of the bunch. Back end: You could certainly do that with cloud functions without a database.

Store encrypted JSONs somewhere. It would scale effortlessly. Use Auth0 for authentication. Another option could be hasura. LeanderK 6 months ago. I would go for a PWA! I also think all the available APIs would be enough for a note-taking app. You just need to keep it snappy! I take notes quickly and often. Well i think eventually every programmer will build their own personal notes app and start to use it.

That's the easiest thing to do if you want to learn a programming language or framework - Home projects. Why I did this? I used evernotes between Then bought Nokia and windows Phone at that time did not support evernotes so switched to OneNote and been using OneNote next 7years same Nokia strong phone. Last year switched to Nokia 7Plus Android still use onenote it doesn't have features I want.

I basically want to take quick notes and bookmark links and I need a timestamp to say when I did it. So in the process, wrote an app for personal use. Next phase for learning ofcourse, 1. Option to write Notes in Markdown 2. UI look like Outlook 3. Not fully load entire db in homepage.

Below items I have already in my todos, I am sure I will never do it as I have other personal apps in mind. Mark a note as public or private. If public anybody can comment on your notes. Suggest changes. Google Keep is an interesting because it's hard to exactly categorize exactly what it is, or exactly what use case it attempts support.

It's kind of like a crossover between a private Pinterest, a bookmarking app, and a note taking app. So it's multi-paradigm. But of you know your use case better, you can tailor your soltution to fit. It is pretty minimal, but it is tailored to quickly bookmarks while browsing. I didn't bother with native because I am already in a browser context when I want to bookmark something. But maybe I am just biased towards web hosted tech. I just don't see the value add for native unless it's doing something intimately connected with the physical device or physical user.

Your crossover comment is a good one - especially the "private Pinterest" angle. I attach a pic to every card, because I find it much easier to scan a home page that way instead of trying to read every card's title tag.


  1. 13 Best Evernote Alternative Note Taking Apps for Linux.
  2. About the Author?
  3. download game zombie tsunami for android.
  4. WebAssembly Module Reversing.
  5. como hacer el nokia asha 311 android.
  6. Of course I'm killing my page loads, but I guess that's the price I pay. And I'm always in a browser context too.

    Google releases source code for I/O app - 9to5Google

    Your app reminds me me of Pinboard. I had the same issues. The one app I have not found yet, is one that can help me organize all the knowledge I discover online. I end up using favorite on HN and had a bunch of links in Google bookmarks. Still, its hard to find the stuff once it gets in there. Partly OT: I've checked a whole lot of note-taking, personal-wiki, bookmarking, outliners, et cetera, and none support Bidi[0] or RTL properly. Markdown editors fail most miserably, of course.

    Don't worry too much about the tech stack. Use whatever you're comfortable with. I use Keep Notes on Android for shopping lists and while the UI is sleek and animated, the lag is intolerable.