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

Search results

  1. A

    Connection issue between android and php based web api

    <p dir='ltr' style='margin-top:0; margin-bottom:0; text-align:start;'>Hello,</p> I am new to Android Development. Now I am wanting to display data to a gridview from a php made web api. It was working nicely But got stopped and I am unable to find out the issue. My java file code, as...
  2. A

    How to save a new sms to the "sent" folder after sending it via SmsManager?

    Hello, I am creating an app using Android Studio. This is app is sending sms using SmsManager and it is working fine. WHAT I am wanting is to: when a sms is sent by this app, the sent sms should be saved with the device's sent folder, so when the user will open the default sms app, he/she can...
  3. A

    How show local Notification, without using cloud base?

    Hello, I am making an app using android studio. I need to send Notification locally, means after clicking a button, a notification will be sent to the same mobile where the app is. Please let me know how can I make it done WITHOUT using cloud based notification service. Please let me know...
  4. A

    How to show SMS delivery report with Recipient's phone number and message body

    Hello, I am very new to android development. I am trying to make an application to send sms using android studio. I have already built it too and it is also working very nice BUT when the sms is delivered, I am showing a delivery message as string within a dialog. WHAT I want is: when the...