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

Search results

  1. F

    Apps Quick Question About Intents

    I have the following event handling code for a button click event here: ibtnShare.setOnClickListener(new OnClickListener() { public void onClick(View v){ Intent emailIntent = new Intent(android.content.Intent.ACTION_SEND)...
  2. F

    Apps Issue with Gravity/Centering

    Below is the code... <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" android:background="#FFFFFF">...
  3. F

    Design/Gui Question

    Hello Everyone, I am looking to rip-off (borrow) the doc that's on Android 2.2 and learn how to put icons inside of it such as they do with the browser icon, phone and app drawer. Is this an image map of some sort with clickable regions or is this a control built in I'm not aware of...