What makes Timely special is its beautiful user interface and animations.
Tag: Android
Failure [INSTALL_PARSE_FAILED_INCONSISTENT_CERTIFICATES]
This error occurs when you try to reinstall an android application that is signed with a different key than already installed application. This may occur if you are a developer and installed the signed version of the application to your device (from Google Play Store) and you want to install a debug version of the
My First Published Android Application:Kids Photo Album
Kids Album is a photo album application. Main focus of the application is taking periodic photos of your kids and displaying them in a timeline view. Main Features: Create your kids profiles Customizable reminder to remind you at which period you would like to take photos Daily,weekly,yearly photos Display photos in timeline Add old photos
How to Speed Up Android Emulator for Debugging and Testing
I usually prefer to use my real phone for debugging and testing my application. But I want to see it in other device configurations, especially the user interface. Even you build the user interface with a visual editor you need to see it runtime to fully visualize everything. Android emulator is very slow because it
Using ActionBarSherlock with IntelliJ IDEA
“Usage” section of ActionBarSherlock only give you how to configure it with Eclipse. It is a little bit different for IntelliJ IDEA. Download ActionBarSherlock zip file and extract it next to your application module which will make use of ActionBarSherlock. Select File->Import Module from IntelliJ IDEASelect library folder under ActionBarSherlock folder and import it as