How to use ActionBarSherlock with Custom Design 23:18 Add Comment In this post I will share, How to use ActionBarSherlock in your Android Project with custom Action Bar Design. I must upload a video about... Read More
Make a splash screen 21:50 Add Comment It's easy to make a splash screen before user seen your application main screen. In this tutorial,I explained,how you can do this? Fir... Read More
Show a full-screen activity or No Status Bar 21:32 Add Comment To show a full screen activity is easy. Just paste below code blocks in your activity's oncreate() method. requestWindowFeature(Windo... Read More
Using key event onKeyLongPress & closing application activity 21:14 Add Comment Scenario: Suppose, your application have so many activities lets say A,B,C,D...X,Y,Z. User came in activity Z. Now user wanna go to the A... Read More