• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. M

    Apps file permissions

    Hi all ,can any one help me in ,how to hide the files programatically in android ?is there any dirtect api ,like setHidden()?. and how to set files readonly or writable ? in both cases, like in sdcard files and the files which are in file system(" /data/data/packagename/ " folder). and how...
  2. M

    Apps bringToFront() and BringToBack() methods in android

    Hi all ,i want to bring my child views front and back . so for this I have a method called bringToFront() method in android.thats great. And now i want bring back my view ,is there any method like bringToBack() in android if so pls give me any idea Murali dhuli
  3. M

    Apps How to set Z order to the child View

    Hi all, I want to set the Z order to the view(Relative layout view). My main Layout is Absolute Layout and inside that i am using child views(each view is on Relative layout) .Inside Main Layout ,i have 5 sub Layouts ,(5 child views)by changing the x position.and i am giving the x positions...
  4. M

    Apps creating our own local content provider

    Hi today, i am posting how to create a local content provider ,which is specific to our application . you should a class ContentProvider first . and u should override only one method ,i.e. public ParcelFileDescriptor openFile(Uri uri, String mode) throws FileNotFoundException ,and u need...
  5. M

    Apps problems with swithcing from portrait to landscape

    Hi all, in my code ,in the same activity , i am changing the view ,using LayoutInflaters (adding another xml file with another view ),whenever a button click happens . My problem is whenever the mobile switching from portrait to landscape or landscape to portrait ,the activty is...
  6. M

    Apps Sending email with HTML in body

    Hello, I have been unable to send an email via an Intent where the email contains HTML in the body. The email is created, but the HTML in the body shows as plain text instead of being rendered as HTML. I have found similar posts where others have encountered the same problem, but so far...
  7. M

    How to send html content in the Email body

    Hi all , I am developing one android application ,in that i need to send html content which was with html tags in the Email body .(like in the i phone development ). actually now i am sending like an attachment.(attaching that HTML file and sending ). If any body knows this pls let...
  8. M

    Apps How to install NDK on windows xp

    Hi all ,I want to use 'C' libraries in android ,for that i need to install ndk in my system ,so i have Ndk fo windows and i have downloaded cygwin. is there anything to download? and can any one tel me the steps to install? and tel me how to use the c libraries in android code . Murali dhuli...
  9. M

    Apps Max sizeof APK which can upload into the android market

    Hi all , i am developing android application ,,and i want know that ,maximum size of the apk file that can be allow by the android market to upload . if any body knows pls give me reply as early as possible thanks and regards Murali dhuli
  10. M

    how to prevent our application from the jail breaking

    Hi all ,i have a android application which is ready to release .so to release i have put the app in android market .the user can buy the app and can install the app into the phone.android market wont provide any apk file to the user .so normally we need not bother about re distribution of of the...
  11. M

    Apps How to retrive all elements from Res/Raw folder in one shot at run time

    hi all, I have some zip files in res/raw folder ,normally i can get them by using like getResources().openRawResources(R.raw.file name ); by mentioning file name at compile time(static loading) .so that i can un zip them .and now i have so many zip files there in raw folder ,so...
  12. M

    firm ware updation

    hi this is murali ,i want to do firmware updation for my mobile,and the datails of my mobile is model number:Android dev phone 1 Firmware version:1.0 BasBand version:62.33.20.08H_1.22.12.29 kernal version:2.6.25_01843_gfea26b0 android_build@apa27#6 Build Number:dream_devphone-userdebug 1.0...