الجمعة، 23 مايو 2014

List of Android "Secret" Codes, Tips, and TricksAs pointed out from comments these are mostly for Samsung, I have added some for HTC below. Like I said this is just a start we can build form it. If anyone would like to create a Google Doc from this information please feel free I will add a link to this post.SAMSUNG CODESCodeDescription*#*#4636#*#*Display information about Phone, Battery and Usage statistics*#*#7780#*#*Restting your phone to factory state-Only deletes application data and applications*2767*3855#It's...

الأربعاء، 21 مايو 2014

IGNOU Hall Ticket Dec. 2015IGNOU Hall Ticket June 2014 – Download or Check out now IGNOU Hall Ticket of all Courses. Here you will able to see all of your Courses Hall Ticket at one place so please check out by below link and get print out o this Ticket for upcoming Examination.How I Download my Hall Ticket:After opening below link please enter your 9(nine) digit number in box and select your...

السبت، 3 مايو 2014

How To Edit APK file Android ApplicationFull tutorial HD Apk Edit - Edit Your Apk File (Android App)You want to edit apk file(android app) directly without the need of eclipse or command line build utility? Yes You can do it using APK Edit Utility.Steps (1) Download APK Edit Software from here. http://www.4shared.com/zip/wTKZA1uz/APK_Edit.html(2) Open and browse the apk...
Android SQLite Database Programming Developing Database I want to create a SQLite database in my app, which contains three tables, I will add data into tables and will use them later on.but I like to keep database ,as if when app is first time installed it checks whether the database exist or not, if exists it updates it else if not then creates a new database.further more I am making a DB class to facilitate my app,so I wont be creating an activity for my database creation.if there are possible...