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

Search results

  1. N

    Apps swipe not working for webview

    My layout xml <?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"> <RelativeLayout...
  2. N

    Apps Listview inside tabwidget

    <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"...
  3. N

    Apps Layout Issue

    I have background jpeg image I need to position buttons over organs like stomach,heart ,lungs,intestine etc. Do you know how to position it exactly over each organs
  4. N

    Apps Android application not working in tablet

    I launched android application in market and it is working fine in mobile device 2.2 and less,but not working in tablet version 3.2. Do i need to change in android manifest file ?
  5. N

    Apps Fixing imagebuttons over a background image

    I have a background image in linear layout and am trying to fix buttons over it at specific points,but i could not position it at specific points
  6. N

    Apps drag and drop image

    I want an image to drag over another image and at particular point i need to change that image.Example if i have an pin image and i drag over an rat image and if i drop over its leg ,i need to change the rat image to rat with pinned image and if i drop in other place it should go back to its...