[android-developers] Re: Specifying relative positions in Layout?

2009-09-30 Thread jitendra bachhav
d for this scenario? > > Your choice of layouts seems fine, at least on the surface. > >> 2) Can relative positions be specified in terms of percentage of >> screen width/height instead of pixels? > > Not with any existing layout class. > > -- > Mark Murphy (a Commons

[android-developers] Can we put inner layout in center of the screen.

2009-09-30 Thread jitendra bachhav
Hi All, I want to put inner layout in center of the screen. Please help me here. -- Regards, Jitendra Bachhav. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

[android-developers] How to create directory or file into "/data/local/" directory?

2010-08-05 Thread jitendra bachhav
Hi, I want to download my apk file into "/data/local/" directory. I am able do this in external storage but unable on "/data/local" also i was trying to create folder on same location but could not do that. Through "adb push" it is possible but i need to do this java program. Regards, Jitendra