[android-developers] Application with large number of user facing screens ~ aka Activities

2011-07-22 Thread Jaz
good idea write as many activities (e.g 15 screens). How is it possible to write just 1 Activity class and create multiple instances of it/refresh it with different data to capture user events. Any pointers in this regard will help Thx -jaz -- You received this message because you are subscribed t

[android-developers] How to read non-english fonts and display in app ?

2010-11-25 Thread Jaz
); //reads the file as an InputStream String selectedBaani = readBaani(); tv.setText(selectedBaani); // Set the typeface using font used in raw file Typeface tf= Typeface.createFromAsset(getAssets(), GURMUKHI_FONT); tv.setTypeface(tf); Thx jaz -- You received this message because you are

[android-developers] Re: Manage the home screen

2009-01-21 Thread Jaz
Thanks for your help Romain - jaz On Jan 21, 1:57 pm, Romain Guy wrote: > No :) > > > > > > On Wed, Jan 21, 2009 at 10:56 AM, Jaz wrote: > > > Thanks Romain  - > > Is there any capability by which I could arrange these in custom > > layouts over the

[android-developers] Re: Manage the home screen

2009-01-21 Thread Jaz
Thanks Romain - Is there any capability by which I could arrange these in custom layouts over the default home screen ? Thanks jaz On Jan 21, 11:19 am, Romain Guy wrote: > You need the permission > com.android.launcher.permission.INSTALL_SHORTCUT then follows what > Browser does &g

[android-developers] Manage the home screen

2009-01-21 Thread Jaz
- jaz --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-