[android-developers] Android ExoPlayer youtube live streaming support?

2015-11-25 Thread Muhammad Rashid
Hi everybody, I am currently using Android ExoPlayer to support youtube live streaming. However player not works well i.e https://www.youtube.com/watch?v=p7t_GWXmgFk Player stuck on buffering and no more playing stream. Best regards, Muhammad Rashid -- You received this message because

[android-developers] Android Taxi Booking App - Payment Mechanism by using Credit Card

2015-03-18 Thread Muhammad Rashid
Dear all, Currently I am working on an Android Taxi Booking App. We need to implement a payment mechanism for fare using credit card info. Fare will be calculated on base of distance(miles/km etc). 1. What will be the way for payment? 2. If i use Goolgle In-App Billing Services, how can i

[android-developers] Interfacing an android device (host mode) directly with a microcontroller via usb

2014-11-30 Thread Muhammad Rashid
Hi everyone, I would like to ask is there a simplest way to communicate for Android Device in Host Mode to a micro controller via USB using wire. Please share sample code or working example(s) if possible. Thanks -- You received this message because you are subscribed to the Google Groups

[android-developers] Move(Translate Animate) all gallery items to right/left of selected gallery item in Android Coverflow(Extended Gallery Control)

2014-06-08 Thread Muhammad Rashid
Hi I am an Android Developer. I would like to say that, how to move (translate animate)all gallery items to right/left of selected gallery item in Android Coverflow(Extended Gallery Control)? As Coverflow is an extended control of Galley View. For example Coverflow shows some images and we

Re: [android-developers] Move app to background from main (launcher) activity of App

2014-02-11 Thread Muhammad Rashid
I agreed. Thanks a lot. On Tue, Feb 11, 2014 at 10:08 PM, TreKing treking...@gmail.com wrote: On Tue, Feb 11, 2014 at 12:41 AM, Muhammad Rashid muhammad.rash...@gmail.com wrote: Actually I am showing lot of data in the listview of main activity and I do not want to reload data

[android-developers] Move app to background from main (launcher) activity of App

2014-02-10 Thread Muhammad Rashid
Hi, I would like to say that how to send app to background from main(launcher) activity of app on back press. This function *moveTaskToBack(false)* didn't not work all the times. Regards, Muhammad Rashid -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Move app to background from main (launcher) activity of App

2014-02-10 Thread Muhammad Rashid
at 2:03 AM, Muhammad Rashid muhammad.rash...@gmail.com wrote: I would like to say that how to send app to background from main(launcher) activity of app on back press. What are you trying to do? Pressing back should close / kill the current activity. Why do you want it to continue

[android-developers] AutoCompleteTextView for contacts

2014-01-23 Thread Muhammad Rashid
if I put h, it suggests all contacts with phoneType home. But I want to get only suggestions for name and phoneNumber not phoneType . Regards, Muhammad Rashid -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Phone Number Format Issue

2014-01-20 Thread Muhammad Rashid
it should fetch because both are same phone numbers. How to standardise a simple phone number to international format or any other solution. Regards, Muhammad Rashid -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Paid app updated free/paid?

2013-01-08 Thread Muhammad Rashid
Hi all, Please explain below scenario: I buy paid app for 1.49$, after 2 weeks an update of that paid app comes on Google Play, then will my app update automatically or do i have to pay another 1.49$ for this updated version? Kind Regards, Muhammad Rashid -- You received this message

[android-developers] Reading image from SDCard with Arabic FileName

2012-08-15 Thread Muhammad Rashid
Dear all, I want to read images from sdcard. These images are of different names like a.jpg and موافق.jpg etc. Some of them are english names and some are with arabic names. The problem is that when I make File as File imageFile = new File(pathFromSDCard), It shows file does not exists for all

[android-developers] Re: Reading image from SDCard with Arabic FileName

2012-08-15 Thread Muhammad Rashid
contents or entering the file name some other way? What version of Android are you trying this on? On Wednesday, August 15, 2012 9:35:38 AM UTC+1, Muhammad Rashid wrote: Dear all, I want to read images from sdcard. These images are of different names like a.jpg and موافق.jpg etc. Some of them

[android-developers] Re: Reading image from SDCard with Arabic FileName

2012-08-15 Thread Muhammad Rashid
program and opening the file using the path returned from: http://developer.android.com/reference/java/io/File.html#listFiles() ? On Wednesday, August 15, 2012 10:38:54 AM UTC+1, Muhammad Rashid wrote: I get the file path like /mnt/sdcard/DCIM/Camera/حفظ.jpg. Then I made file by File file

[android-developers] Send and Receive Video files to Application Server

2012-08-11 Thread Muhammad Rashid
Hi all, I would like to say that in my android project I want to send a video file from SD Card to our Application Server and also Receive that Video file from Server. I need a most efficient solution and best practices to achieve this task. -- You received this message because you are

[android-developers] EditText focus problem in Linear layout

2012-07-30 Thread Muhammad Rashid
I am using four EditText in two Linearlayout with horizontal orientation. Each linearlayout has 2 edittext. if edittext1 has focus and I press enter key, the focus goes to edittext3 instead of edittext2. Here is my code; LinearLayout android:orientation=horizontal

[android-developers] Android need to share Image and text together all social medias especially Facebook.

2012-07-23 Thread Muhammad Rashid
Dear all, I need to share image and text together to all social medias via share intent. It works fine for GMail, Twitter etc but does not work for Facebook. With Facebook it only takes image. But i need both image and text for Facebook share. -- You received this message because you are

[android-developers] Some issues related to Google Cloud Messaging Service

2012-07-15 Thread Muhammad Rashid
. Waiting your kind response. Kind Regards, Muhammad Rashid -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers

[android-developers] Unable to verify SignedData and Signature during inappbilling using Google Play

2012-06-29 Thread Muhammad Rashid
app also but same issue. Waiting reply. Regards, Muhammad Rashid -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android

[android-developers] Unable to verify SignedData and Signature during inappbilling using Google Play

2012-06-29 Thread Muhammad Rashid
app also but same issue. Waiting reply. Regards, Muhammad Rashid -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android

[android-developers] Alert Dialog present but unable to look(Looks as a layer of dim color is present on screen). On Back Press it disappears.

2012-06-15 Thread Muhammad Rashid
Hi all, I would like to say that i am using a alarm service and a broad cast receiver. OnRecieve method i perform an operation that shows a progressbar and an alert dialog. Alertdialog appears normally when application running foreground. But when i press HOME button and application is now in

[android-developers] Alert Dialog present but unable to look(Looks as a layer of dim color is present on screen). On Back Press it disappears.

2012-06-15 Thread Muhammad Rashid
Hi all, I would like to say that i am using a alarm service and a broad cast receiver. OnRecieve method i perform an operation that shows a progressbar and an alert dialog. Alertdialog appears normally when application running foreground. But when i press HOME button and application is now in