did u encode ur url while sending request?
On Thu, Nov 7, 2013 at 7:57 AM, shiva pendem wrote:
> Hi mukesh.
> My applicatoin is parsing the string but i am unable to get the text shown
> in the web browser.
> When ever i hit the url in any browser it shows a string as output. So i
> need a help
For google map v2 to run ,it needs a shared library(google play
services).usually emulator didnt have this by default.
I think ,this error is due to that.
On Thu, Apr 18, 2013 at 1:18 AM, John Merlino wrote:
> Take a look at my newer thread:
>
> https://groups.google.com/group/android-develope
Did you set Wake Lock Permission in manifest?
On Thu, Apr 18, 2013 at 5:30 AM, Inn0vative1 wrote:
> I am writing an alarm (kinda) app, which registers a broadcast intent with
> AlarmManager with the RTC_WAKEUP flag, to go off at a specified time.
> Works...
>
> When the broadcast is received, t
check whether google map is installed in phone
On Monday, January 21, 2013 10:05:10 PM UTC-8, Haps wrote:
>
> Hi Guys,
>
> I am trying to use the latest api launched by google i.e. *Google Map
> Android Api V2*
> All the code and each scenario is correct, but I am still having the blank
> fragme
Is there any java lib to transform images by pulling the edges of images.
In flex, check
Ref link :
http://www.sephiroth.it/weblog/archives/2007/07/transformtool_modification.php
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post
I just create a frame animation in android but i dont know how to set
the duration. my requirement is it should animate for a particular
time and after that go to next activity using intent.Is it possible in
frame animation to set duration.can anybody help me
--
You received this message because
im using "_id" as auto increment .SO is that a problem?
On Thu, Sep 22, 2011 at 1:49 AM, Krishna Prasad <
krishnaprasadrs.1...@gmail.com> wrote:
> Hi all,
>
> Iam getting null value from colum_id while im trying to save it in a
> variable.But the thing is,im
Hi all,
Iam getting null value from colum_id while im trying to save it in a
variable.But the thing is,im getting other column's value correctly.
here is the sample database code
public Cursor getWebFields(String FormId) {
SQLiteDatabase db = this.getReadableDatabase();
ok thanks...
On Wed, Sep 21, 2011 at 8:35 AM, Daniel Drozdzewski <
daniel.drozdzew...@gmail.com> wrote:
> On 21 September 2011 12:02, Krishna Prasad
> wrote:
> > No .
> >
> > My requirement is
> >
> > While Xml parsing,i need to save each valu
No .
My requirement is
While Xml parsing,i need to save each value to db.During saving each table
is related.Suppose i have a table which has field "id","form name" in one
table.I need to save the that "id" value in another table also.Since it is
parsing,i want to save it simultaneously.Can yo
I want to get the auto increment primary key as soon as it is inserted and
insert that auto increment value as a foreign key in another table.
On Wed, Sep 21, 2011 at 6:30 AM, Ratheesh Valamchuzhy
wrote:
> Go through the tutorial of sqlite database
>
> http://www.vogella.de/articles/AndroidSQLit
Hi all,
Can anybody help me in inserting an auto increment value (primary key)
in one table as a foreign key in table 2 simultaneously.
thanks
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to androi
= (Cursor) parent.getItemAtPosition(position);)
>
> what is the issue ?
> file attached.
>
> On Mon, Sep 19, 2011 at 11:42 AM, Krishna Prasad <
> krishnaprasadrs.1...@gmail.com> wrote:
>
>> did u get your values from db correctly?
>>
>>
>> On Mon
Hi all,
I had a problem in my linear layout which is inside a scroll view .The
background image is not showing in full screen.
My sample code is
ScrollView sv = new ScrollView(this);
sv.setLayoutParams(new LayoutParams(LayoutParams.FILL_PARENT,
t.getAdapter();
>
> On 9/19/11, Bishan wrote:
> > thanx Krishna. i'll check this.
> >
> > On 9/19/11, Krishna Prasad wrote:
> >> final int id = cursor.getint(idColIndex );
> >>
> >> just check the value using logcat whether
Thanks ..
On Mon, Sep 19, 2011 at 10:56 AM, Zsolt Vasvari wrote:
> Yes, the SDK documentation.
>
> On Sep 19, 11:44 am, Krishna Prasad
> wrote:
> > I need a custom Soft keyboard for my application .For that can anybody
> > guide me,where to start?
>
> --
> You
final int id = cursor.getint(idColIndex );
just check the value using logcat whether it is getting or not
On Mon, Sep 19, 2011 at 10:57 AM, Krishna Prasad <
krishnaprasadrs.1...@gmail.com> wrote:
> id means the String variable where u save the cursor.colum value.
>
>
> On Mo
id means the String variable where u save the cursor.colum value.
On Mon, Sep 19, 2011 at 10:53 AM, Bishan wrote:
> bundle.putString("any name",Id);
>
> what is the " Id " in above code ?
>
> On 9/19/11, Krishna Prasad wrote:
> > welcome..
> &g
welcome..
On Mon, Sep 19, 2011 at 10:33 AM, Bishan wrote:
> thanx Krishna :)
>
> On 9/19/11, Krishna Prasad wrote:
> > @Override
> > public void onItemClick(AdapterView parent, View arg1, int
> i,
> > lon
i think ,you got it..
On Mon, Sep 19, 2011 at 10:32 AM, Krishna Prasad <
krishnaprasadrs.1...@gmail.com> wrote:
>
> @Override
> public void onItemClick(AdapterView parent, View arg1, int
> i,
> long l) {
@Override
public void onItemClick(AdapterView parent, View arg1, int i,
long l) {
try {
SimpleCursorAdapter simpleCursorAdapter =
(SimpleCursorAdapter) parent
.getAdapter();
I need a custom Soft keyboard for my application .For that can anybody
guide me,where to start?
--
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 thi
Is It possible to parse a dynamically created xml in android?
I want to display the xml based on fields in the xml.
--
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
T
23 matches
Mail list logo