Greetings
Hope you are doing well.
Please share me your candidates resume at* far...@mirthconsulting.net
*
Title : Salesforce Architect
Location : Manhattan , NY - Hybrid
Duration : 12 + Months
NO H1B/ TN Visa
Job Description :
Responsibilities
• As the Team Leader on this project team, guide c
*Position: Salesforce Developer*
*Location: Plano, TX / Chicago, IL*
*Duration: 12+ months*
*Job Description:*
· *6+ years of experience in Salesforce platform development*
· *Lightening components experience, Apex coding, Visualforce
custom component development,
*Position: Salesforce Developer*
*Location: Plano, TX / Chicago, IL*
*Duration: 12+ months*
*Job Description:*
· *6+ years of experience in Salesforce platform development*
· *Lightening components experience, Apex coding, Visualforce
custom component development,
. I went over
the keyEvent api, it says that every event starts with a key_down action.
Since other buttons won't fire that event, how can I get the reference to
the button on which I lifted my finger?
Any help is greatly appreciated. Thank you
Regards,
Farhan
--
--
You received this me
Hello. I am new to this Android programming. Is it possible to display any
custom data from other WiFi Direct peers other than client info?
The scenario is like this:
Client A & B uses WiFi Direct app with custom coding. The custom coding is
an additional button to prompt for status text and st
es in my app? I
want that my app should use String.xml in "values-XX" throughout my app,
without removing the other "values..." folders. Any help is greatly
appreciated.
Thank you
Farhan
--
You received this message because you are subscribed to the Google
Groups "And
help is greatly appreciated.
Regards,
Farhan
--
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-developer
I managed to solve it. Apparently, I was using wrong regular expression. I
just needed to check for "\n". Thanks though.
On Sun, Aug 5, 2012 at 9:58 AM, Farhan Tariq wrote:
> MaxLines won't work. Like I said, I need to count number of line breaks
> (equal to "
5, but
desired number would be 1. Hope that clears my point.
On Sun, Aug 5, 2012 at 9:46 AM, TreKing wrote:
> On Sat, Aug 4, 2012 at 10:57 PM, Farhan Tariq wrote:
>
>> Any suggestion/help on how to limit editText to 4 new lines?
>
>
>
> http://developer.android
turns odd
values.
private int countLines(String str){
String[] lines = str.split("\r\n|\n");
return lines.length;
}
Any suggestion/help on how to limit editText to 4 new lines? I need it
urgently, so please help if you know a solution to it. Thanks in advance.
R
How I did such applications is that on ,say a button click, I
setContentView to another (supposedly) activity, and did its
initializations, overrode the onBackPressed method to reflect changes when
back button was pressed. But I am sure my way is one of the bad ways to go
about it. It makes the cod
I am really stuck at this. Someone please guide me. Thanks
On Tue, May 15, 2012 at 2:47 AM, Farhan Tariq wrote:
> Hi all,
>
> I aim to make an app that would store sms messages with certain words
> contained in an sms, and stop it from reaching the default messaging app. I
> real
message
gets deleted immediately and becomes unaccessible to any other messaging
app? I am stuck here, so any help is appreciated. Thank you
Regards,
Farhan
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, sen
What do you mean check current mode? Wouldn't
AudioManager.isWiredHeadsetOn() do the job?
On Mon, May 14, 2012 at 7:00 AM, lbendlin wrote:
> I would check the current audio mode, and then test am.isSpeakerphoneOn()to
> be false.
>
>
> On Sunday, May 13, 2012 8:11:54 PM
Hi,
I aim at playing a sound only if the headset is plugged in. How can I use
the sdk to check if headset is plugged in? Thanks
Regards,
Farhan
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email
Hi developers,
I want to make an app that would download pdf files and keep them in
sdcard in encrypted form, such that the pdf can be opened by my app only
and not even with any pdf reader installed on the device. Is it even
possible? I would appreciate any help. Thanks
Regards,
Farhan
t; This sample project shows this approach the
> multipleChoice/android.R.layout.simple_list_item_multiple_choice
> scenario, but it could be trivially converted to single choice:
>
> https://github.com/commonsguy/cw-omnibus/tree/master/Selection/Checklist
>
> On Mon, Apr 23, 2012 at 2:0
Oh, I figured that out. All I had to do was set the visibility to GONE.
On Wed, Apr 25, 2012 at 5:48 AM, Farhan Tariq wrote:
> Is there a way to create an invisible tab in android, that would show up
> only when you press the menu button or something like that. I do not want
> it
Is there a way to create an invisible tab in android, that would show up
only when you press the menu button or something like that. I do not want
it to show a separate tab in the tab bar, but when the menu button is
pressed, I want it to show while the tab bar is also visible. Please guide
me. Tha
Hi,
I have a listView to which I am adding a number of rows at run time. Each
row has a radio button in it. I want only one radio button to be selected
at one time, but currently they are all selectable. How can I achieve that?
Thanks in advance
Regards,
Farhan
--
You received this message
I have a question regarding tab bar... posted here >>
http://stackoverflow.com/questions/10275165/showing-a-non-child-view-in-tabbar-android
I hope someone from here can answer
Thanks
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To pos
It may be present, but I would like to learn how to apply the same or
similar effects to pictures myself. Once I have learnt it, I might be able
to put in more creativity into it.
On Mon, Apr 16, 2012 at 10:27 PM, anuragpratap singh
wrote:
> Hi Farhan
>
> I guess, the application that
I am looking for something like this >> itunes.apple.com/us/app/*fatbooth*
/id372268904?mt=8
On Mon, Apr 16, 2012 at 6:01 PM, Farhan Tariq wrote:
> Hi,
>
> I am required to make an application that takes picture from camera and
> modify the picture. I wanted to know if ther
to make the application. I want to add glasses to a picture of a person
taken with camera. Any help is appreciated.
Regards,
Farhan
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-
Are you using 'startActivityForResult()' method in your code to start the
new activity?
On Sun, Apr 15, 2012 at 5:27 PM, James Black wrote:
> The Activity just disappears.
>
> So, if I am on the home page, then I start my application, I get the first
> screen, then the second activity comes up, s
String string = "This is what i want to split";
String[] tokens = string.split(" ");
for(int i =0;i wrote:
> yes i know its a very beginner question, i even dint expect to be the
> problem with my code, however i tried the other way "String[] t1 =
> str.split(" ");" and for some reason it's still
If anyone here is interested in answering, they may answer at :
http://stackoverflow.com/questions/10120280/http-post-not-going-through-i-dont-think-i-am-missing-a-parameter
On Thu, Apr 12, 2012 at 8:49 AM, Farhan Tariq wrote:
> I did, I guess it is the problem with the request I am making
bek*
> *
> http://techdroid.kbeanie.com
> http://www.kbeanie.com*
>
>
>
> On Thu, Apr 12, 2012 at 9:09 AM, Farhan Tariq wrote:
>
>>
>>
>> httpPost.setHeader("Content-Type", "application/x-www-form-urlencoded");
>>
>> Did n
httpPost.setHeader("Content-Type", "application/x-www-form-urlencoded");
Did not have any effect...
On Thu, Apr 12, 2012 at 8:28 AM, Farhan Tariq wrote:
> I thought it had something to do with android's http classes. If I am
> wrong, I am sorry about that,
I thought it had something to do with android's http classes. If I am
wrong, I am sorry about that, but any help is welcome though.
On Thu, Apr 12, 2012 at 8:19 AM, Nikolay Elenkov
wrote:
> On Thu, Apr 12, 2012 at 12:14 PM, Farhan Tariq
> wrote:
> > I get response code 200, res
Ideally, I should get response code 302 for the post, but I keep getting
200 (the html of the form itself)
On Thu, Apr 12, 2012 at 8:14 AM, Farhan Tariq wrote:
> I get response code 200, response OK. But the html that gets generated has
> the form itself. I think I am making the correc
Bibek wrote:
> What response do you get? Response Code? Also look at the server logs to
> get a clear picture of what's going on.
>
> *Thanks and Regards,
> Kumar Bibek*
> *
> http://techdroid.kbeanie.com
> http://www.kbeanie.com*
>
>
>
> On Thu, Apr 12, 2
Hi, I want to submit a form from within my app. The form can be found here
>> http://customer.chuckwilson.com/Default.aspx
I have added all the parameters, but the request is not going through. I
keep getting the form as the response. What am I doing wrong here? My code
is below:
try {
In the getView method of the adapter, use the index of the row to set
background to. Suppose every row is a textView, then
textView.setBackgroundColor(Color.BLACK) would do the trick.
For different indices, you could do this...
public View getView(int index, View convertView, ViewGroup parent) {
Hello everyone,
I populate a list of image urls and pass it to a listAdapter. The getView
gets the 3 successive urls (from the list) for the position in list it is
called for, and downloads them, and adds it to a row of the list. The list
works fine. But when I click on a picture to fire an intent
in a row, I will get empty spaces in a row, and I want to avoid them. So
listView would not serve the purpose.
On Sat, Mar 31, 2012 at 4:00 PM, Mark Murphy wrote:
> On Sat, Mar 31, 2012 at 6:54 AM, Farhan Tariq
> wrote:
> > I have one LinearLayout as child of the scrollView, and that
it's not possible
> with View based objects. You could implement some kind of caching , but
> when you go through all that trouble, you will realize that it's easier to
> just use a ListView.
>
>
>
> On Saturday, March 31, 2012 7:06:51 AM UTC+8, Farhan wrote:
I know it can be achieved usiing listViews, but how do I reuse views in
scrollView?? Is that possible at all?
On Sat, Mar 31, 2012 at 3:35 AM, lbendlin wrote:
> use a listview and re-use the rows.
>
>
> On Friday, March 30, 2012 5:06:50 PM UTC-4, Farhan wrote:
>>
>> Hel
.
Regards,
Farhan
--
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+unsubscr...@googlegroups.
o just set each imageview you add to them to
> have width="fill_parent" and an appropriate scaling type and you're
> done.
>
> On Mar 29, 1:12 am, Farhan Tariq wrote:
> > Hi everyone,
> >
> > I need to make an application that would show a number of images o
Hi everyone,
I need to make an application that would show a number of images on the
screen. The images can vary in height and width. I want to be able to show
the images in a scrollView, such that there are no empty spaces between
images. So...
1 - its a scrollable view,
2 - with 3 columns. Eac
If you are calling location updates from gps in your activity, you can stop
listening to location updates on onPause() method. In onResume(), you can
start listening to it back again.
If you are requesting location updates from a service, you should stop the
service in the onPause() method of the
It is easy to incorporate google maps in your application, plotting your
location, etc. How would you write a database for the different routes of
different buses, that would be a tricky thing to do.
On Tue, Mar 27, 2012 at 6:51 PM, James Black wrote:
> You may want to look at the navigator to se
CAN YOU PLEASE HAVE THESE DISCUSSIONS SOMEWHERE ELSE! THIS IS NOT THE RIGHT
PLACE FOR JOBS/HIRING, OR I WOULD HAVE BEEN THE FIRST ONE ASKING FOR A JOB!
On Tue, Mar 27, 2012 at 11:57 AM, Tushar Lal wrote:
> Yes, Sir I'm also open to remote contract jobs and can you please
> elaborate the term mu
erson
> MagouyaWare Developer
> http://sites.google.com/site/magouyaware
>
>
> On Sun, Mar 25, 2012 at 6:50 PM, Farhan Tariq wrote:
>
>> >> you can always check if the intent will succeed
>> >> by checking to see if there's anyone registered to receive
Google "intents" , "putExtra" and "getExtras" keywords
On Mon, Mar 26, 2012 at 2:33 PM, vivek elangovan
wrote:
> hi members,
> I am having two activities in my project, In my Ist
> activity i m getting two values from my loop (for eg : Violation : WITHOUT
> HELMET and Violatio
.
>
> However. If you want to artificially impose the constraint of using a
> specific messenger, you can always check if the intent will succeed
> and fall back to a more generic intent otherwise, by checking to see
> if there's anyone registered to receive it.
>
> kris
&g
The "smsto: uri " part makes more sense to me. I'll try that. Thanks
On Mon, Mar 26, 2012 at 5:08 AM, Mark Murphy wrote:
> On Sun, Mar 25, 2012 at 7:57 PM, Farhan Tariq
> wrote:
> > I understand that the user should be given option to choose an
> applicati
provide further wisdom in this
> regard. In general, Android promotes the idea of letting the *user* decide
> which application to use.
>
>
> On Sunday, March 25, 2012 4:21:57 PM UTC-7, Farhan wrote:
>
>> Intent picMessageIntent = new Intent(android
, in the chooser, applications like evernote, facebook, gmail, etc show
up, that are capable of ACTION_SEND action. To exclude them, what should be
done? I look into intent filters?
On Mon, Mar 26, 2012 at 4:28 AM, Mark Murphy wrote:
> On Sun, Mar 25, 2012 at 7:21 PM, Farhan Tariq
>
ly use ACTION_SEND. What does your intent actually look like?
>
>
>
>
> Thanks,
> Justin Anderson
> MagouyaWare Developer
> http://sites.google.com/site/magouyaware
>
>
>
> On Sun, Mar 25, 2012 at 5:02 AM, Daniel Hoeggi
> wrote:
>
>> try this
>&g
nk you
Regards
Farhan
--
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+unsubscr...@googlegr
If you are looking for developers to outsource your projects to, you should
check out oDesk.com, elance.com, freelancer.com, rentacoder.com,
liveperson.com... ETC ETC
On Fri, Mar 23, 2012 at 9:43 AM, Anirudh Loya wrote:
> If this group is not for those purpose then why did the Admin allowed Post
t 4:41 AM, Kristopher Micinski wrote:
> On Sun, Mar 11, 2012 at 7:36 PM, Farhan Tariq
> wrote:
> >>> This has nothing to do with this list
> >
> > Well, if I started off with saying that I want to develop an android
> > website, and I am looking for a starting point
y be some variation on a site that
> works best on mobile devices, peryable to get GPS info, for example.
> On Mar 11, 2012 6:31 PM, "Farhan Tariq" wrote:
>
>> Hi, I recently ran into online jobs for making mobile phone website and
>> it got me a little confused. Aren
, why do
people require a website for a phone, when they can visit it from the
phone's browser?
Looking forward to hearing from you.
Regards,
Farhan
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, s
So this cursor would point to a collection of sms messages? What do i need
to extract the sender, receiver, text from the message? Thank you in advance
On Wed, Mar 7, 2012 at 3:42 AM, Ali Chousein wrote:
> SmsManager does not do what you are interested in. Android SDK does
> not officially suppo
Hi, I need to show all the messages on a phone in a listView. But I don't
know where to start from. SmsManager class does not have anything like
that. Any guidance please. A few keywords, to look for in the api, would be
nice. Hope to hear from you soon.
Regards,
Farhan
--
You received
I realize that I need to look into multitouch and dragging, just can't
figure out how to get only those values from the listView that the box is
covering. Any suggestions?
On Wed, Feb 29, 2012 at 1:41 PM, Ali Chousein wrote:
> You can easily search http://developer.android.com/sdk/index.html
> y
I was hoping to hear from the experts out there, anyone for help please?
On Tue, Feb 28, 2012 at 4:10 AM, Farhan Tariq wrote:
> Hi guys,
>
> I have come to a requirement of an application that requires the following
> view and its associated action:
>
> I want a listView that
hould look into. Thanks in advance.
Regards,
Farhan
--
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
and
quiet irrelevant though but ... can you please cut out on your 'bye's ...
don't know about others but, i'm sure its irritating to them too
2012/2/20 Kostya Vasilyev
> Ruled out?
>
> Is seems your log output shows the opposite.
>
> IIRC, view focusing is only applied if the enclosing window is in
In general at the application level trying to interfere with the
> operation of
> another application without the other application's cooporation
> is not going to be possible for obvious reasons.
>
> On Feb 16, 3:59 pm, Farhan Tariq wrote:
> > Any way you can think of which
Any way you can think of which is NOT the right way? like a hack or
something that would let me achieve this?
On Fri, Feb 17, 2012 at 1:53 AM, Mark Murphy wrote:
> On Thu, Feb 16, 2012 at 3:45 PM, Farhan Tariq
> wrote:
> > Yes, I know that the OS already provides it. But i wanted
you! You are like everywhere on internet! What do i do to become as
knowledgeable as you? :P
On Fri, Feb 17, 2012 at 1:33 AM, Mark Murphy wrote:
> On Thu, Feb 16, 2012 at 3:27 PM, Farhan Tariq
> wrote:
> > I am thinking of making an application that would lock the phone unless
> it
ore to get started with
the application. Thanks in advance.
Regards,
Farhan
--
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, s
--
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+unsubscr...@googlegroups.com
For more options, visit
define a layout with image and text, inflate it and replace a grid cell
with it.
On Wed, Feb 8, 2012 at 12:06 PM, vivek elangovan
wrote:
> Hi Ratheesh,
> My point is i want to display image with text and
> on clicking the image i want to display the corresponding text in
> anoth
Hi guys,
I have written a piece of code in an application that uploads a file to a
location, if provided with path of a file. What i am missing is a way to
show the percentage of file uploaded. I am using apache's http library for
this purpose (found it on the internet). The relevant code is here:
Hi guys,
I have written a piece of code in an application that uploads a file to a
location, if provided with path of a file. What i am missing is a way to
show the percentage of file uploaded. I am using apache's http library for
this purpose (found it on the internet). The relevant code is here:
try finding it on stackoverflow.com
On Fri, Feb 3, 2012 at 4:53 PM, raju wrote:
> i need some help in getting an image with the help of url bhai
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to
Be more specific about the problem you are having.
On Wed, Feb 1, 2012 at 4:05 PM, Sam wrote:
> Hi frnz,
> I have to submit the timetable app to my Professor as an assignment,
> so please can any1 send me the code(java,xml,manifest etc) which
> creates the timetable of an individual professor an
explain your requirements please...
from what i can get from your subject, what you could do is have an async
task download images and update an imageView. Call that imageView from a
thread that sleeps for 5 seconds in a while loop... something rughly like
this (it has a Lot of errors, wrote it ju
http://developer.android.com/sdk/index.html This should help :)
On Sat, Feb 4, 2012 at 12:47 AM, TreKing wrote:
> On Wed, Feb 1, 2012 at 7:57 PM, Mark McDonald
> wrote:
>
>> I was hoping that I could get some
>> advice on which software to use for my windows environment. I have
>> downloaded
why do you need write a whole new class just to change image on an
imageView? If this is all that you need to do, just set imageView's
background drawable... something like this
while(true){
imageView.setBackgroundDrawable(R.drawable.something);
Thead.sleep(5000);
}
2012/2/4 Salih Selamet
Thank you guys.
I fixed it without using the alarm manager :) . What i was doing wrong is
that i was creating bitmaps and sending them off to be displayed on the
remote widget, thinking that it's memory would be reclaimed when the next
image takes its place. Apparently, this wasn't happening. So i
youtube it for video guides
On Mon, Jan 30, 2012 at 9:41 PM, Mark Murphy wrote:
> On Mon, Jan 30, 2012 at 12:58 AM, dany varghese
> wrote:
> > how we can create a new application in android?
> > please suggest required softwares for this purpose?
>
> http://developer.android.com
>
> --
> Mark Mu
Get each child of your tab widget, and see if there is anything you can do
to remove it
for(int i=0; i wrote:
> set the property of tab widget to android:layout_marginBottom="-6dip"
>
> it may work
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android
Between your phone and the phone whose location you want to track, how do
you communicate?
You could have that phone update his location (via a location service) to a
web server, and you can pull that location every few seconds to show it on
your phone
On Tue, Jan 31, 2012 at 1:54 PM, Omollo Ateng
try adding 'padding' to grid cells
2012/1/31 John Davis
> Hello
>
> I am still having a problem with gridview and spacing. Would love to talk
> to someone regarding the issue. I've considered chaning text orientation
> for column headings or using two line text.
>
> Here is more info including
Logcat error trace might get you some help :)
On Wed, Feb 1, 2012 at 12:22 PM, ANKUR GOEL wrote:
> Hi all ,
>
> sometimes i am getting video cannot be played err (100 , 0)
>
> can some body tell the exact reason and the solution for this problem
>
> thanks
>
>
> --
> You received this message b
One consideration though, if i am not wrong, AsyncTasks need to be executed
from the UIThread.
Regarding your code, put the part in which the HTTP Request is sent and the
response is got in "line" in the "doInBackground" method of the AsyncTask
so that it runs on the background thread and does not
Hello guys, I am working on an homescreen widget app that shows images
downloaded from the internet. The flow is widget starts a service and
the service runs a thread every 15 seconds. The thread downloads image and
shows it on the homescreen. The issue is that after showing the images 4 to
6 times
Pictures taken from camera need not return a URI everytime, unlike videos
taken from camera. If your purpose is to get the bitmap file from the data
intent, just make a temporary bitmap file and extract the data of the
intent to the file. That could possibly make duplicate files on your
device, so
Sounds really cool, but how would you ensure anyone that he would
really get paid? As in, you could just elope with the code and all,
without having to pay a penny to the resource you get along ! If you
got any convincing ideas, i would be more than happy to join in.
On Thu, Nov 10, 2011 at 6:19
hi!
i am having the same problem with android 1.5??? did u get any solution??
plz help me! this problem is driving me crazy! :(
--
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@googleg
ROFLMAO omg hillarious !
On Sat, Jul 9, 2011 at 11:58 AM, Ali Chousein wrote:
> Fei, please come and join Google+ (Is this good enougn
> invitation? :-) )
>
> --
> Ali Chousein
> Geo-Filtered Assistant
> http://geo-filtered-assistant.blogspot.com/
> Cisco Android marketplace (Chosen
I have been trying to fix an issue since yesterday but no luck yet. I
made a very simple android application to create directory and the
application was working fine. The main source code is mentioned here.
File extDir= Environment.getExternalStorageDirectory();
File sddir = new File(extDi
I think you first need to understand simple java server-client setups. See
http://www.rgagnon.com/javadetails/java-0542.html. Once you understand the
flow of the client-server model, you will be able to think clearly what you
need to code.
On Sat, Jun 25, 2011 at 12:04 PM, Naga K wrote:
> Dears,
You sure you have specified the right AVD for launch?
On Thu, Jun 23, 2011 at 12:19 AM, TreKing wrote:
> On Wed, Jun 22, 2011 at 9:59 AM, Angelina wrote:
>
>> However, the main Android project folder still contains a red x, and
>> Eclipse is not allowing a run or debug of the application because
Devices on same WiFi-LAN are no different than devices on any LAN. So your
java's server-client program should work fine after a few
adjustments. One suggestion though, inherit your server class from
"Service", instead of activity so that you don't run into problems arising
from different phases in
can anyone direct me to a running code for this??? any example or piece of
code will help! :( actually reading the android documentation and then using
this knowledge in my code! :O well its quite a challenge for me!
--
You received this message because you are subscribed to the Google
Groups "
I just found one answer here:
http://stackoverflow.com/questions/2652935/android-internal-phone-storage
On Jun 10, 12:41 pm, Farhan wrote:
> Hello,
>
> Is there an API to determine available internal memory?
>
> Thanks,
> Farhan
--
You received this message because you are
Hello,
Is there an API to determine available internal memory?
Thanks,
Farhan
--
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 g
he operation.
org/eclipse/ecf/filetransfer/BrowseFileTransferException
I'd be grateful if anyone could help me in this issue.
Thanks
Farhan
--
You received this message because you are subscribed to t
Thanks a lot! It is working now.
On Aug 5, 9:23 am, "nEx.Software"
wrote:
> You don't need any permissions to use the LED notification,
> but for the Vibrate, you will need to use:
>
>
> ratehr than
>
>
> On Aug 4, 6:39 pm, Farhan wrote:
>
> >
Hello,
I am trying to use vibration alert with notification and flash lights
within a service. I wrote the following code:
private void vibrationAlert() {
int icon = R.drawable.icon;
CharSequence tickerText = "Some text";
long when = System
I think I just solved it by calling setForeground(true). I wonder how
I missed it in the API reference :P
On Jul 30, 9:15 pm, Farhan wrote:
> Hello,
>
> I am playing an audio file of about 1 minute length in a Service. I
> used startService method yet when I move away from the ac
Hello,
I am playing an audio file of about 1 minute length in a Service. I
used startService method yet when I move away from the activity which
starts the Service, playback stops after few seconds. If I stay with
the Activity then I can listen to the whole audio. I thought playing
an audio file
post telling the simple solution!
On Mar 10, 12:43 pm, Farhan wrote:
> On Mar 10, 12:12 am, Farhan wrote:
>
> > Hello,
>
> > My timezone is C.S.T. in U.S., so it has a raw offset of -6 from GMT
> > and as of today it should be -5 as DST has started. But both the
>
1 - 100 of 102 matches
Mail list logo