[android-developers] Salesforce Architect, Location : Manhattan , NY - Hybrid

2023-05-19 Thread Farhan Ghouri
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

[android-developers] Salesforce Developer// Plano, TX / Chicago, IL//12+ months//c2c

2019-11-22 Thread farhan ali
*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,

[android-developers] Salesforce Developer// Plano, TX / Chicago, IL//12+ months//c2c

2019-11-22 Thread farhan ali
*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,

[android-developers] How to fire key-up event only?

2013-03-23 Thread Farhan Tariq
. 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

[android-developers] Getting custom input/info from peer devices in WiFi Direct

2012-10-25 Thread A. Farhan
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

[android-developers] How to add string.xml for a different locale

2012-10-12 Thread Farhan Tariq
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

[android-developers] Constructing String.xml for non-supported -by-default Language

2012-10-11 Thread Farhan Tariq
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

Re: [android-developers] Using TextWatcher class to count linebreaks

2012-08-04 Thread Farhan Tariq
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 "

Re: [android-developers] Using TextWatcher class to count linebreaks

2012-08-04 Thread Farhan Tariq
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

[android-developers] Using TextWatcher class to count linebreaks

2012-08-04 Thread Farhan Tariq
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

Re: [android-developers] android tabHost with many activities inside each tab

2012-05-29 Thread Farhan Tariq
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

[android-developers] Re: Can we block certain sms messages from reaching the default messaging app?

2012-05-15 Thread Farhan Tariq
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

[android-developers] Can we block certain sms messages from reaching the default messaging app?

2012-05-14 Thread Farhan Tariq
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

Re: [android-developers] Re: how to know that headset is plugged in?

2012-05-14 Thread Farhan Tariq
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

[android-developers] how to know that headset is plugged in?

2012-05-13 Thread Farhan Tariq
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

[android-developers] encrypt files to be opened up by a specific app only

2012-05-11 Thread Farhan Tariq
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

Re: [android-developers] Radio buttons in list - need only one selectable button

2012-04-24 Thread Farhan Tariq
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

[android-developers] Re: Invisible tabs in android - is it possible?

2012-04-24 Thread Farhan Tariq
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

[android-developers] Invisible tabs in android - is it possible?

2012-04-24 Thread Farhan Tariq
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

[android-developers] Radio buttons in list - need only one selectable button

2012-04-23 Thread Farhan Tariq
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

[android-developers] Adding view to tab bar

2012-04-22 Thread Farhan Tariq
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

Re: [android-developers] Re: Image Processing library

2012-04-16 Thread Farhan Tariq
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

[android-developers] Re: Image Processing library

2012-04-16 Thread Farhan Tariq
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

[android-developers] Image Processing library

2012-04-16 Thread Farhan Tariq
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-

Re: [android-developers] Program crashes on Android 4.0.4 but not on 2.3.3

2012-04-15 Thread Farhan Tariq
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

Re: [android-developers] Re: Hello Everyone---a Quick question please

2012-04-15 Thread Farhan Tariq
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

Re: [android-developers] http post to ASP form, not submitting

2012-04-12 Thread Farhan Tariq
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

Re: [android-developers] http post to ASP form, not submitting

2012-04-11 Thread Farhan Tariq
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

Re: [android-developers] http post to ASP form, not submitting

2012-04-11 Thread Farhan Tariq
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,

Re: [android-developers] http post to ASP form, not submitting

2012-04-11 Thread Farhan Tariq
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

Re: [android-developers] http post to ASP form, not submitting

2012-04-11 Thread Farhan Tariq
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

Re: [android-developers] http post to ASP form, not submitting

2012-04-11 Thread Farhan Tariq
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

[android-developers] http post to ASP form, not submitting

2012-04-11 Thread Farhan Tariq
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 {

Re: [android-developers] List view row background.

2012-04-09 Thread Farhan Tariq
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) {

[android-developers] Gallery app... bitmaps exceed memory in listView

2012-04-02 Thread Farhan Tariq
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

Re: [android-developers] Re: Memory management issue - outOfMemory exception

2012-03-31 Thread Farhan Tariq
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

Re: [android-developers] Re: Memory management issue - outOfMemory exception

2012-03-31 Thread Farhan Tariq
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:

Re: [android-developers] Re: Memory management issue - outOfMemory exception

2012-03-30 Thread Farhan Tariq
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

[android-developers] Memory management issue - outOfMemory exception

2012-03-30 Thread Farhan Tariq
. 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.

Re: [android-developers] Re: Different sized images, arrangement and layout problem

2012-03-29 Thread Farhan Tariq
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

[android-developers] Different sized images, arrangement and layout problem

2012-03-28 Thread Farhan Tariq
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

Re: [android-developers] How I disable GPS when i exit Application

2012-03-27 Thread Farhan Tariq
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

Re: [android-developers] Can this be done on android?

2012-03-27 Thread Farhan Tariq
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

Re: [android-developers] Re: i am looking job on android in banglore

2012-03-27 Thread Farhan Tariq
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

Re: [android-developers] Launching default messaging app for mms

2012-03-26 Thread Farhan Tariq
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

Re: [android-developers] Re : passing data between activities

2012-03-26 Thread Farhan Tariq
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

Re: [android-developers] Launching default messaging app for mms

2012-03-25 Thread Farhan Tariq
. > > 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

Re: [android-developers] Launching default messaging app for mms

2012-03-25 Thread Farhan Tariq
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

Re: [android-developers] Launching default messaging app for mms

2012-03-25 Thread Farhan Tariq
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

Re: [android-developers] Launching default messaging app for mms

2012-03-25 Thread Farhan Tariq
, 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 >

Re: [android-developers] Launching default messaging app for mms

2012-03-25 Thread 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

[android-developers] Launching default messaging app for mms

2012-03-25 Thread Farhan Tariq
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

Re: [android-developers] Re: Android Project development cost

2012-03-22 Thread Farhan Tariq
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

Re: [android-developers] What are Android websites ?

2012-03-11 Thread Farhan Tariq
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

Re: [android-developers] What are Android websites ?

2012-03-11 Thread Farhan Tariq
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

[android-developers] What are Android websites ?

2012-03-11 Thread Farhan Tariq
, 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

Re: [android-developers] Re: How to get all sms messages on phone

2012-03-06 Thread Farhan Tariq
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

[android-developers] How to get all sms messages on phone

2012-03-06 Thread Farhan Tariq
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

Re: [android-developers] Re: How to make this complex view

2012-02-29 Thread Farhan Tariq
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

[android-developers] Re: How to make this complex view

2012-02-28 Thread Farhan Tariq
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

[android-developers] How to make this complex view

2012-02-27 Thread Farhan Tariq
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

Re: [android-developers] Re: Cursor Blinking Management (TabHost/ActivityGroup)

2012-02-20 Thread Farhan Tariq
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

Re: [android-developers] Re: Password application

2012-02-16 Thread Farhan Tariq
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

Re: [android-developers] Password application

2012-02-16 Thread Farhan Tariq
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

Re: [android-developers] Password application

2012-02-16 Thread Farhan Tariq
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

[android-developers] Password application

2012-02-16 Thread Farhan Tariq
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

[android-developers] W

2012-02-11 Thread Farhan Khurshid
-- 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

Re: [android-developers] Re: Re : Grid View

2012-02-07 Thread Farhan Tariq
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

[android-developers] progressBar for percentage of file-uploaded

2012-02-07 Thread Farhan Tariq
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:

[android-developers] How to find amount of data remaining to be uploaded using apache http library

2012-02-06 Thread Farhan Tariq
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:

Re: [android-developers] i need to have code for reading a imae from url

2012-02-04 Thread Farhan Tariq
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

Re: [android-developers] help me out in TimeTable APP

2012-02-04 Thread Farhan Tariq
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

Re: [android-developers] timer,thread,imageview in android

2012-02-04 Thread Farhan Tariq
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

Re: [android-developers] HELP

2012-02-04 Thread Farhan Tariq
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

Re: [android-developers] imageview changing

2012-02-04 Thread Farhan Tariq
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

Re: [android-developers] Re: Home screed Widget crash

2012-02-03 Thread Farhan Tariq
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

Re: [android-developers] mini project

2012-02-01 Thread Farhan Tariq
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

Re: [android-developers] shadow under tabs android

2012-02-01 Thread Farhan Tariq
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

Re: [android-developers] hey all

2012-02-01 Thread Farhan Tariq
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

Re: [android-developers] still having problems with gridview and spacing.

2012-02-01 Thread Farhan Tariq
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

Re: [android-developers] Video paying problem

2012-02-01 Thread Farhan Tariq
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

Re: [android-developers] Re: how to use AsyncTask

2012-02-01 Thread Farhan Tariq
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

[android-developers] Home screed Widget crash

2012-01-31 Thread Farhan Tariq
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

Re: [android-developers] Re: How to get picture path from camera capture, the known method is not working for all devices???

2012-01-02 Thread Farhan Tariq
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

Re: [android-developers] Looking for more coders

2011-11-12 Thread Farhan Tariq
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

[android-developers] Re: Create/Restore MMS in Android 2.2

2011-08-14 Thread Farhan Mehmood
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

Re: [android-developers] Re: Can somebody give me a Google+ invitation?

2011-07-09 Thread Farhan Tariq
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

[android-developers] Help required in Directory creation.

2011-07-04 Thread Farhan Khurshid
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

Re: [android-developers] Data transfer server to client in android application.

2011-06-26 Thread Farhan Tariq
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,

Re: [android-developers] Eclipse Project Error

2011-06-26 Thread Farhan Tariq
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

Re: [android-developers] Aw: Data transfer server to client by using WiFi application in android

2011-06-26 Thread Farhan Tariq
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

[android-developers] Re: Programmaticly adding playlists

2011-04-01 Thread Farhan Mehmood
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 "

[android-developers] Re: Determining available internal memory

2010-06-10 Thread Farhan
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

[android-developers] Determining available internal memory

2010-06-10 Thread Farhan
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

[android-developers] problem in installing ADT Plugin for Eclipse

2010-03-24 Thread Farhan
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

[android-developers] Re: Vibration alert not working

2009-08-11 Thread Farhan
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: > > >

[android-developers] Vibration alert not working

2009-08-04 Thread Farhan
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

[android-developers] Re: Audio stops after few seconds in service

2009-07-30 Thread Farhan
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

[android-developers] Audio stops after few seconds in service

2009-07-30 Thread Farhan
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

[android-developers] Re: GregorianCalendar.getOffset() returning 0

2009-03-15 Thread Farhan
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   2   >