Re: [android-developers] How to connect to MySQL db

2012-08-10 Thread Walaa Mahmoud
I think you have to connect MySQL via PHP as backend with HTTP requests and JSON parameters to send and receive data from/to database. On Fri, Aug 10, 2012 at 10:41 AM, Fabien R wrote: > On 03/08/2012 17:05, Andrey Shloma wrote: > > Now i user mysql-connector-java-5.1.21-bin.jar library > > An

Re: [android-developers] Re: Stop listview from updating previous items and only update current items

2012-03-30 Thread Walaa Mahmoud
Yeah Firstly this code is not original listview code as you said but i worked around the original code to figure out a way to make listview update only current row not previous rows , i read that i could use adapter.add() so it will add row one by one so will not update previous and that what i wan

Re: [android-developers] Re: Stop listview from updating previous items and only update current items

2012-03-29 Thread Walaa Mahmoud
Firstly i used it this way after trying viewholder and didn't work so i wanted every layout for both send and receive to be separated so when flag true and i'm receiving it should update only current item with the name and FB profile picture of sender and keep previous rows without updating ,here i

Re: [android-developers] Re: io.vov.vitamio.VitamioInstaller$VitamioNotCompatibleException

2012-03-21 Thread Walaa Mahmoud
Oh really thanks Guys for helping ,i will try to test on real device and see what will happen. On Wed, Mar 21, 2012 at 10:49 PM, Nadeem Hasan wrote: > From their FAQ: > > Q: What does VitamioInstaller.VitamioNotCompatibleException mean ? > > A: A VitamioInstaller.VitamioNotCompatibleException in

Re: [android-developers] Re: java.net.UnknownHostException: api.linkedin.com while trying to use sociallib in my app ?

2012-03-11 Thread Walaa Mahmoud
Yeah i have internet permission in manifest , I think it's something with proxy but i don't know how to deal with it :( On Mon, Mar 12, 2012 at 3:25 AM, Jonathan S wrote: > Do you have > > android:name="android.permission.INTERNET" /> in AndroidMainfest.xml ? > > > On Sunday, March 11,

Re: [android-developers] How to use custom listview in ViewPagerIndicator ?

2012-03-06 Thread Walaa Mahmoud
I'm making custom listview for rss feed so i want to know how to implement custom listview in ViewPagerIndicator as i don't make it extend activity i searched for that but didn't find something useful On Tue, Mar 6, 2012 at 5:22 PM, AndroidGirl8 wrote: > Hi > i'm trying to use custom listview in

Re: [android-developers] Not able to display map in android app.

2012-03-04 Thread Walaa Mahmoud
i have this problem before it's from your mapkey if it shows grid screen cheek regenerate it On Fri, Mar 2, 2012 at 9:08 AM, ASHISH wrote: > I am not able to display map in my android app. > I am getting Exception "Couldn't get connection factory client". > > Anyone please help me for that. > >

Re: [android-developers] Re: How to stop service getting latest updates from twitter ??

2012-02-09 Thread Walaa Mahmoud
Thanks for replaying i saw this link before i asked but no result ,i start service via intent here is the code : public boolean onOptionsItemSelected(MenuItem item) { switch (item.getItemId()) { case R.id.prefs: startActivity(new Intent(MarkanaActivity.this, Prefs.class)); break; case R.id.sta

Re: [android-developers] Re: How to stop service getting latest updates from twitter ??

2012-02-09 Thread Walaa Mahmoud
i saw this link before i asked but no result ,i start service via intent here is the code : public boolean onOptionsItemSelected(MenuItem item) { switch (item.getItemId()) { case R.id.prefs: startActivity(new Intent(MarkanaActivity.this, Prefs.class)); break; case R.id.startservices: startSe