Posts

Showing posts with the label Android Projects

Generate SHA1 Key Using Terminal

keytool - list - v - keystore ~ /.android/ debug . keystore - alias androiddebugkey - storepass android - keypass android

Design Android Settings page in application with Custom Strings.xml

Image
Hi Guys, In this tuttorial I would like to explain about the android settings screen and also how can a developers can customize there own strings.xml file ex. you can name your string.xml file as strings_common.xml or xyz.xml. Please find the source code from below link. Hope this will help to some of the developers. https://www.dropbox.com/s/dqvmji1swuw7bmj/SettingsPageDesign.zip

Fragments Video player with remote url

Image
If any one like this than please find out the source code from Below link https://www.dropbox.com/s/qwhyyooydzl26a4/FragmentVideoPlayer.zip