[android-developers] ETL/SQL Developer ::: Phoenix, AZ ::: Contract 12 months

2016-07-13 Thread Usher Mohammed
Hi All, Hope you are doing Good!!! This is Usher senior Technical Recruiter from Dynamic Software Services Inc. Our client a leading group has vacancy for ETL/SQL Developer in Phoenix, AZ. If you have any consultants who fit the job description below please share their resumes with me - us

[android-developers] To support android xmpp client, how can we design xmpp server?

2011-09-06 Thread usher
I have been having this problems for days, google and searching lots of post on internet, but still no result. I really appreciate if someone can help me out or just give me some hint on how to do this. I am going to build a chatting mobile app, but having problems on how to build server side

[android-developers] Re: Can we create two ThreadPoolExecutor running on android?

2011-09-02 Thread usher
Thanks a lot. On Aug 30, 2:47 pm, Streets Of Boston flyingdutc...@gmail.com wrote: Create a ThreadPoolExecutor instance with a small sized thread-pool (maybe only 1 thread in the pool, maybe 2). Don't worry about  creating one or two more possible threads if you can't use AsyncTask. If

[android-developers] Re: Can we create two ThreadPoolExecutor running on android?

2011-09-02 Thread usher
Thanks a lot. On Aug 31, 9:10 am, Ed Harned edhar...@gmail.com wrote: Take a look at this article and the open source project it mentions. http://coopsoft.com/ar/AndroidArticle.html Youcancreatethe Tymeac service with thread pools and do anything you want Ed On Aug 30, 12:30 pm, usher

[android-developers] Can we create two ThreadPoolExecutor running on android?

2011-08-30 Thread usher
AsyncTask is managing a thread pool with 5 core thread. Once we start to use AsyncTask, it will start to set up this thread pool on android phone. The reason I don't want to AsyncTask is because I am going to create a service, and start threads from service, which means there is not much UI

[android-developers] Can we create UI component in a seperate XML file and load it

2011-04-13 Thread usher
So I have created this activity, and setContentView() with mail.xml layout file. Now I want to add some textView dynamically into this screen. I already have these text view defined in a seperate xml file named view.xml. How can I instantiate these textview components and add them into screen? I

[android-developers] Re: How should I design questionnaire on android?

2011-03-29 Thread usher
Thanks guy. What I am thinking is #1 has very clear and clean coding style, each question stands their own activity and screen. #2 needs one super activity to take care of everything. If you were me, which way you will go? On Mar 11, 6:05 pm, usher usher...@gmail.com wrote: Hi friend, I am

[android-developers] Re: How should I design questionnaire on android?

2011-03-29 Thread usher
I did this just for practice and learning.. There is another question: where should we store and manage the questionnaire data? Solution 1: If we store the data in the HomeActivity, which is the entry point of the whole app, how are we gana share this information between question activity

[android-developers] How should I design questionnaire on android?

2011-03-14 Thread usher
Hi friend, I am trying to implement a questionnaire on android, and I have two solutions, but I am not sure which one is better, please advise. Basically I need display these 10 questions to user, on the bottom of each question, it will display Next and Previous button. There 10 questions are