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

Search results

  1. O

    Apps get app's permissions

    hi i want to make an application that contains a list of installed application and onClick in any application return application permission. String appName; List<PackageInfo> packs = getPackageManager().getInstalledPackages(0); for(int i=0;i<packs.size();i++) { PackageInfo p =...
  2. O

    Apps ideas for simple chating on android

    What is the easiest from this: video call sending file do I have to use some libraries? I'm using api-9 thanks
  3. O

    Apps Error on executing Http post in honeycomb

    I have two Android mobile devices one v2.3 api 9 and one v3.1 honeycomb I want to post an http api link for sms code. It turns that i got an error in honeycomb and the other mobile works fine this is the code public void sendSMS(String phone_num, int password) { try {...
  4. O

    Apps BroadcastReceiver ...... Help

    Hi, can anybody help me in this problem :) public class IncomingCallReceiver extends BroadcastReceiver { @Override public void onReceive(Context context, Intent intent) { i want to show dialog with "ok" or "cancel" if press on ok then show...
  5. O

    Apps Text chat

    how to implement a Text chat in android ??? :)
  6. O

    Apps help to implement a contact list

    I want a help to implement a contact list that contains a thumbnail photo of the existing contact photo, Contact Name and imageView. i try to implement it many time But I did not know how to do it :confused: .... any help pls
  7. O

    Contact List

    how i can implement a contact list that contains a thumbnail photo of the existing contact photo, Contact Name and imageView. i try to implement it many time But I did not know how to do it .... any help pls