A cloud-based note storage application from Google Apps that can store voice notes, lists, images, and use widgets.
Questions tagged [google-keep]
44 questions
0
votes
1 answer
Google Keep: gkeepapi -> can't add labels
Anybody else having trouble with adding labels to notes in gkeepapi?
import gkeepapi
keep = gkeepapi.Keep()
file = open("C:\\xxxxxxx", "r")
pwd = file.read()
keep.login('xxxxxxxx', pwd)
note = keep.createNote('title',…

jason
- 3,811
- 18
- 92
- 147
0
votes
1 answer
How to give users hint about various buttons and other actions like google keep with ripple effect, without using any third party library
Want to make it like this, so that user will know what are the actions these buttons going to perform

Deepak Rathi
- 129
- 1
- 8
0
votes
1 answer
How Google Keep resizes the text of a note?
I've been developing an application similar to the Google Keep, and was wondering how actually they allocate the text size to a note (algo)?
Do they just allocate size depending upon the Note length?
Or they also check for Card Dimensions i-e card…

Qasim
- 5,181
- 4
- 30
- 51
0
votes
1 answer
how to implement a cards layout that displays a user's string input from an EditText view?
I am developing a workout app, but I am stuck because I don't know how to save a user's input and then display that information on cards layout in the main activity. I am going for a layout that is very similar to Google's Google Keep.

Antonio Goncalves
- 31
- 1
- 5
0
votes
1 answer
Create modal window like Google Keep for web
I'm using Ember for a project and I would change some test in a list just like the modals on Google Keep web version.
How to recreate the modal windows that appear when I click an item?
user4412054
0
votes
1 answer
JavaScript: which JS framework Google Keep use?
I'm just curious, which JS framework Google Keep use? I can't find any mention about that.

barbara
- 3,111
- 6
- 30
- 58
0
votes
1 answer
Android Google Keep App Actionbar and Sticky View
I want to make android App that satisfies two option.
Blur Actionbar.
Quick Return View.(similar to Google Keep Quick Memo box.)
Two things completely satisfies App is Google Keep.
So, I reference for Open Source Library and Advice.
> Quick…

junhyogi
- 13
- 6
0
votes
1 answer
How to start google keep extension in Mac from command line for a particular profile?
How to start Google Keep extension in Mac OS X from command line for a particular profile?
I did some research online but couldn't get any solution.

Akarsh Satija
- 1,756
- 2
- 22
- 28
-1
votes
0 answers
Copy and delete Google Keep notes and photos off Google and into AWS
We are considering using Google Keep for creating tagged notes that may contain several photos. We would like to create a web server process that periodically copies all the Google Keep notes and photos we create into an AWS S3 bucket and then…

rstuppi
- 361
- 1
- 3
- 11
-1
votes
4 answers
how to make dialog like google keep in pure js and css
how can i create dialog effect like google keep.i tried to debug the css but without any success.
is there code example out there ?
i see that they using hidden position fixed modal that triggering on click but how they calculate the position.

user8987378
- 182
- 1
- 2
- 17
-1
votes
1 answer
How does Google Keep fetch link preview?
My websites (which are just recovered from an attack) are fetched like this in Google Keep. However testing with Facebook Open Graph Debugger they appear normal. So is there a way to know what mechanism GK uses to fetch link preview?
Also asked in…

Ooker
- 1,969
- 4
- 28
- 58
-1
votes
2 answers
Android: How to create a menu button like google keep
how to create a menu button like google keep app android, with action: after pressing the menu button show the other options of menu.
how keep the menu button be always visible on the screen?
how to create that effect after the click?
this image…

vrbsm
- 1,188
- 15
- 22
-2
votes
1 answer
Listing Creation Control like Google Keep in an Android app
Here is the link of creating a list in Google Keep app. I need this list creation control in Android.
I am searching for control of creating item listing like Google Keep Android.
Is there any third party library? If not, then give me an idea to…

Danial Hussain
- 2,488
- 18
- 38
-4
votes
1 answer
Is it possible to downgrade "Google Keep" app?
The latest "Google Keep" app has a bug with Searching and I don't want to wait for Google to come out with a fix. So, I was wondering if I can get the "Google Keep" downgraded for the time being.
Is it possible to Downgrade?
If yes, will I be able…

Mck
- 129
- 1
- 10