Friday 26 August 2011

Simple AlertBox in Android


How to show AlertBox in Android:


    protected void alertbox(String title, String mymessage)
    {
    new AlertDialog.Builder(this)
       .setMessage(mymessage).setTitle(title).setCancelable(true)
       .setNeutralButton("OK",new DialogInterface.OnClickListener() {
          public void onClick(DialogInterface dialog, int whichButton){}
          })
       .show();
    }

Toast in Android


How to Show Toast in Android:

Toast.makeText(this, "You selected: " + mystr, Toast.LENGTH_LONG).show();

How to Dismiss Keyboard in Android

If you want to just dismiss it you can use the following lines of code in your button's on click Event.

InputMethodManager imm = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE);
imm.hideSoftInputFromWindow(myEditText.getWindowToken(), 0);

Thursday 25 August 2011

Android: RadioButton Group


http://coderzheaven.com/2011/08/how-to-use-radiobuttongroup-in-android/

http://www.androidpeople.com/android-radiobutton-example

Android XML Parse using Document Builder

Android tutorial: How to parse/read XML data into Android ListView

http://p-xr.com/android-tutorial-how-to-parseread-xml-data-into-android-listview/

 

Wednesday 24 August 2011

Android List View

Good Tutorials

http://www.vogella.de/articles/AndroidListView/article.html

http://developer.android.com/resources/tutorials/views/hello-listview.html

http://www.softwarepassion.com/android-series-custom-listview-items-and-adapters/

http://android-helper.blogspot.com/2011/03/android-search-in-listview-example.html


List with TextEdit:


http://www.vogella.de/blog/2011/07/26/android-how-to-filter-a-listview-based-on-an-edittext-field/

http://android-helper.blogspot.com/2011/03/android-search-in-listview-example.html







Friday 19 August 2011

How to add CoverFlow in iPhone App


http://blog.objectgraph.com/index.php/2010/04/09/how-to-add-coverflow-effect-on-your-iphone-app-openflow/

http://iphoneized.com/2009/05/3d-coverflow-iphone-cssvfx/

iOS Projects Open Source Link (Source Code)


For new animations

http://code4app.net


http://mobile.tutsplus.com/tutorials/iphone/ios-sdk-music-library-access/

http://www.roseindia.net/tutorial/iphone/examples/index.html

http://developer.apple.com/library/ios/navigation/#section=Resource%20Types&topic=Sample%20Code

http://appsamuck.com/

http://www.mobisoftinfotech.com/blog/iphone/iphone-open-source-applications/

http://visionwidget.com/toolz/4-design/509-open-source-iphone-apps-in-app-store.html

http://www.iphonecodesource.com/SourceCode.aspx

http://www.theiphonedev.com/SourceCode/tabid/143/Default.aspx

http://code.google.com/hosting/search?q=iphone&filter=0&start=490

https://masterbranch.com/prayer-book-project/263942

http://www.ifans.com/forums/showthread.php?t=147476

http://ntt.cc/2010/09/05/50-open-source-iphone-apps-for-iphone-developers.html
http://www.edumobile.org/iphone/iphone-programming-tutorials/25-amazing-open-source-iphone-apps/
http://stackoverflow.com/questions/1353130/where-can-i-find-sample-iphone-code


Games:

https://docs.google.com/spreadsheet/ccc?key=0Ap9yzw5RaZIZdFNoWEtvTXdfbThHM0hJUGxWUHZwSGc#gid=0


http://maniacdev.com/2010/06/35-open-source-iphone-app-store-apps-updated-with-10-new-apps/

http://ntt.cc/2010/09/05/50-open-source-iphone-apps-for-iphone-developers.html






Android Video Tutorials


Good Android Videos

http://www.youtube.com/watch?v=xtsyrKdPZVw&feature=related


Second Tutorials

http://www.youtube.com/watch?v=UC2wAuxECw0

App Icons on iPad and iPhone

 

Latest:

http://developer.apple.com/library/ios/#documentation/userexperience/conceptual/mobilehig/IconsImages/IconsImages.html 

 

App Icons on iPad and iPhone

http://developer.apple.com/library/ios/#qa/qa1686/_index.html 

 

This link is most help full  

http://www.idev101.com/code/User_Interface/sizes.html


Apple iphone Interface GuideLines

https://developer.apple.com/library/ios/#documentation/userexperience/conceptual/mobilehig/IconsImages/IconsImages.html

https://developer.apple.com/library/ios/#DOCUMENTATION/UserExperience/Conceptual/MobileHIG/UIElementGuidelines/UIElementGuidelines.html