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

Search results

  1. T

    Apps How to make some grid view items not clickable ?

    I have 20 items in an grid view. If I click any item in an grid view,how should I make that item non clickable? Please help me to solve this.
  2. T

    Apps start media player more than one time

    I have nearly 20 images in a same layout. I need to play a button click sound when I hit an image. So I start a mediaplayer in each onclick event. So that i don't know where to stop the mediaplayer in order to avoid crash?
  3. T

    Apps Which is the best method to exit from the application?

    I have more than one activities .if i click an exit button ,I have to exit from my application. I have searched the google i got two options.Which is right method ? First method: Intent intent = new Intent(ExitConfirmationActivity.this, FirstActivity.class)...
  4. T

    Apps change number of grids in gridview

    How to change the number of grids in the grid view when i change from portrait to landscape ?
  5. T

    Apps mysqli prepared statement

    i'm using the below code for fetch the values using prepared statement. i want to write these code as function so that i can call these function where ever i want. while i'm calling function i can pass the query as parameters how can i pass values for bind param? //code starts...
  6. T

    which is the best way to connect oracle with android

    I was just confused .. Which is best ,safest method to connect oracle with android? Using web services or using oracle mobile server or java socket programming.
  7. T

    Apps Align the image and textview at center in Linear Layout.

    I have an Linear Layout with horizontal orientation Within that I have image on left side and textview on right side . How to align those image and textview in the center horizontal without using margin? Here is my code: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"...
  8. T

    Apps Provide security while using http

    How to provide security when i use http for receiving the json response from the web server and also i'm sending the user details to the server to save those details in mysql db. I'm using HTTP post .
  9. T

    Hi

    what are the security i have to implement when i use http for receiving the json response from the web server and also i'm sending the user details to the server to save those details in mysql db