This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.
Category: Android
-
Google Docs, Sheets, Slides for Android have new features
Google has rolled out updates to its Google Docs, Sheets, Slides, and Keep apps that add a handful of new features for Android users. The Sheets app now allows users to view more content on the screen by automatically hiding “toolbars and headers so that you can see more of your content on the screen […]
-
How I connected my Evernote with my WordPress blog
When I’m on a run or a long bike ride, ideas come to me, I can’t really stop to take notes each time an idea comes to me, it would interrupt my exercise too much. I have been looking for a toolset that could help me, so I started with defining my requirements – which […]
-
How to setup a development environment to develop Andorid apps with Phonegap on Eclipse
This is a guide on how to get started developing Android application using Phonegap with Eclipse.
-
Securing Your Private Key for your Android App
Maintaining the security of your private key is of critical importance, both to you and to the user. If you allow someone to use your key, or if you leave your keystore and passwords in an unsecured location such that a third-party could find and use them, your authoring identity and the trust of the […]
-
Signing your Android application for release to Google Play with Eclipse
When you want to release your Android application to Google Play, you need to first sign your app. To do that there are some prerequisites. My examples are for Eclipse users. Before you can sign your application, you must first ensure that you have a suitable private key with which to sign. A suitable private […]
-
How to find Android debug.keystore location
Developing Android Apps on a Windows 7 platform and you need to find your android debug.keystore key, then do the following. step 1: go to – C:Program FilesJava<your java version>bin – and run jarsigner.exe first ( double click) step2: locate debug.keystore, in my case it was – C:Users<“MyUserName”>.android step3: open command prompt and go to […]