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

Search results

  1. W

    Apps how to stop scrolling ?

    Hi everyone, Really i spent about 4 days in this problem with no result.. how can i stop the index-alpahbtical section or the scrolling-bar when i start search using edittext. i used Intent to pass the value of edittext to the scrolling class and check if not empty scrolling.hide()...
  2. W

    Apps how to play video in Full Screen??!

    Hi all, can someone help me how t play video in full-Screen android. my video play but not in fullScreen. here is my code; MainActivity.java -------------------- public class MainActivity extends Activity { @Override publicvoid onCreate(Bundle savedInstanceState) {...
  3. W

    Apps how to store image in andoid!!

    hi everyone, i will be thankfull for help me ,i faced many problem about how to deal with image in android app,the fist problem i have create this database : db.execSQL( "CREATE TABLE IF NOT EXISTS myTable(Email VARCHAR,FirstName VARCHAR,LastName VARCHAR,mypic BLOB);")...
  4. W

    Apps Search Function from mulit table

    Hi everyone ;) i want to do a search function from more than one table in alpabetical order is it possible ?? thanks in advance :)
  5. W

    Apps mySql with android app

    hi all, it is possible to use mysql in adnroid application to store data?? or just SQLite for application in android
  6. W

    Apps what is called this type of search !

    Hi All see the image,this type of search uses in android,what is called i want to add it to my project , i will be thankful if you have any site that helps.
  7. W

    Apps add audio for each image in the gallery!

    Hi everyone, i have created a gallery with 9 images,i want to add sound to each image in the gallery,and these audios different from each.i have 9 items in res/raw . i faced many mistakes,but did't acheive.:confused: i hope to get help from you.:) thnak you
  8. W

    Apps give me ur opinion

    hi everybody, hope everything fine,,, i will be grateful for help me form your experince in android application actully,i want to create a project contain about 100 image and video and i dont know what is the suitable solution for who to store thses data , like put all images in drawable or...
  9. W

    Apps change image on click!!

    hi all , hope all are fine i want to change image to another image or video by click ??! anybody know to help plz
  10. W

    Apps can't pull/push file ??

    i want to add some videos here but push/pull buttons disable i didn't connect to the andriod device just in eclips Actually,i didn't write any code ,first i want to add some videos here then call these videos in my code.... plz help
  11. W

    Apps store videos in database??

    hi all, In my application, I want the database to contain some videos. Is it possible to store videos in database? If it is possible give me sample link. if not so how can i display a video thnk u:)