1,248 Topics

Member Avatar for
Member Avatar for thing2

I am wondering how best to go about making this type of app. My wife told me to make it and I don't want to let her down. The use case is as follows. Click Add Item Button Edit Text Type name of item Second Edit Text- Type Price As …

Member Avatar for peter_budo
0
119
Member Avatar for xxwikkixx

Hey I am working on an android app for a project and I have a problem with the GUI interface. When ever I try to move like a button or something on it, it moves like 2 other things with it and I dont want everything moving and messing up …

Member Avatar for Ewald Horn
0
177
Member Avatar for engrjd91

I am creating an android application .. in my app.. one of the activity contains 2 radio buttons..i have 2 questions for it... How to select only one radio button at a time, what code will be written? How to decrease the size of the radio icon (Circular icon only, …

Member Avatar for HeartVirusSC_1
0
693
Member Avatar for bhanu1607

I am new to android and ksoap2. I am trying to get a map through web service. My soap response is like below. <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:getAllMessagesResponse xmlns:ns2="http://messages.webservice.smshost.com/"> <return> <messageEntries> <mobile>9676783637</mobile> <message> <messageDate>2013-12-21T22:11:14.461+05:30</messageDate> <SMSId>1</SMSId> <sent>true</sent> <text>Hello</text> <userId>bhanu1607</userId> <userMobile>96767xxxxx</userMobile> </message> <message> <messageDate>2013-12-21T22:11:14.461+05:30</messageDate> <SMSId>1</SMSId> <sent>true</sent> <text>Fine</text> <userId>bhanu1607</userId> <userMobile>96767xxxxx</userMobile> </message> </messageEntries> <messageEntries> <mobile>9676783636</mobile> …

Member Avatar for bhanu1607
0
1K
Member Avatar for myclass

An android app is developed in android 4.0.3 ,api level-15,what we do in coding ,that this app is also running on higher version like 4.3 (jelly been)

Member Avatar for rubberman
0
158
Member Avatar for umair jameel

I have download android sdk toolkit and when i open eclipse in it.. i am facing this problem.. How to resolve it..??

Member Avatar for peter_budo
0
128
Member Avatar for karthick_pmk

i am try to compare the Stored-password and Salted Password for the Experiment. Now i have a Stored Password and Salted-password., Stored-password having 72-byte and Salted-password having 18-bytes only, but i facing problem on comparison, how can i compare the both of them.. Here my Code : RandomAccessFile raf = …

Member Avatar for Ewald Horn
0
247
Member Avatar for bilal.saim

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/layoutExsternal" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="horizontal" > <ScrollView android:layout_width="match_parent" android:layout_height="match_parent" android:fillViewport="true" android:layout_alignParentLeft="true" android:layout_alignParentTop="true"> <TableLayout android:id="@+id/MineField" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_gravity="start" android:layout_span="3" android:gravity="top" android:padding="1dp" android:stretchColumns="*" > </TableLayout> </ScrollView> </RelativeLayout> I want to add horizontal scrollview for tablelayout.Because it overflow on horizontal

Member Avatar for pelle12
0
192
Member Avatar for Sphinx'LostNose

I am confused about Android user rights. A lot of times you have to root your phone to get access to do things, but some programs run on a non-rooted phone in a way that would seem they have root access. Examples would be AppLockers, Antivirus programs, and Safe Browsing …

Member Avatar for Greg_z
0
149
Member Avatar for akmallaa

i want to develop android app using html, css & jquery mobile in dreamweaver CS6 that integrated with phonegap. My app will send & receive data from database in remote server. But the problem is how to connect to the database in remote server? this is because phonegap just support …

Member Avatar for peter_budo
0
566
Member Avatar for Mallika_P

The following error occurs in nexus7 android 4.4 device 12-11 12:53:15.708: E/AndroidProtocolHandler(5245): Unable to open asset URL: file:///android_asset/www/cordova_plugins.json 12-11 12:53:15.798: D/CordovaNetworkManager(5245): Connection Type: wifi 12-11 12:53:15.798: D/DroidGap(5245): onMessage(networkconnection,wifi) 12-11 12:53:15.798: D/CordovaNetworkManager(5245): Connection Type: wifi 12-11 12:53:15.808: D/DroidGap(5245): onMessage(spinner,stop) 12-11 12:53:15.848: D/dalvikvm(5245): GC_FOR_ALLOC freed 119K, 5% free 7745K/8148K, paused 16ms, total …

Member Avatar for Mallika_P
0
382
Member Avatar for Mallika_P

Hi., I'm using scrolling content using Tinyscrollbar., its working but when contents are large its not working. I checked the steps in plugin., touchmove not working in start function. In eclipse logcat shows "blockwebkitdraw locked:false". Any help? Thanks

Member Avatar for peter_budo
0
91
Member Avatar for heartvirussc

hi every body can u all help me i want to connect my phone to wifi service provider from my app.

Member Avatar for HeartVirusSC_1
0
164
Member Avatar for Ismatus3

Hello , As mentioned in the tittle , i haver created a python small programm , that use MySQLdb , and just want to know the steps to be able to use it in an Android environnement ?

0
79
Member Avatar for happygeek

Microsoft knows it has to do something in order to claw back some kind of market position, not now but five years into the future. The culture of computing is changing amongst the young and hip consumer, and it's moving away from the Microsoft Windows-centric vision of the past. While …

Member Avatar for mido2013
8
2K
Member Avatar for mln_ndh

Hello I'm new to android development. So I've tried this coding where when I clicked on the imageview it will change to another image. And it's working perfectly. But I have 10 imageview. And every time each of the image being click it will change to another image. Is there …

0
169
Member Avatar for Master Mascus

I have an xml file that i am extracing data from and displaying them in the logcat window. Now i need to display them in a textview anyone can help ? package com.example.news_services_week1; import java.io.IOException; import java.net.URL; import org.xmlpull.v1.XmlPullParser; import org.xmlpull.v1.XmlPullParserException; import org.xmlpull.v1.XmlPullParserFactory; import android.net.ConnectivityManager; import android.net.NetworkInfo; import android.os.AsyncTask; import …

Member Avatar for mustafaneguib
0
263
Member Avatar for hulkishungry

Hi, I studied Java last year in university but I found it rather difficult - mainly because I made it difficult for myself by not studying as much - but hey. I've been working on a console-based "game" with the language and I've just had a hit of inspiration to …

Member Avatar for mustafaneguib
0
245
Member Avatar for happygeek

Which? magazine [has revealed](http://blogs.which.co.uk/technology/phones-3/apple-iphone-5s-fastest-phone-samsung-galaxy-s4-lg-g2/) the new Apple iPhone 5s to be the fastest smartphone of all in the latest round of processor benchmarking tests, despite it having less cores that rival handsets. Not only was the 5s almost twice as fast as the iPhone 5 in testing, but also around …

Member Avatar for Kelly Burby
0
557
Member Avatar for CitySlickaMr

If i type "Hello" in my edittext in activity 1 it will add "Hello" to the listview in activity 2 as the first entry ( which has no error ). Also, if I type "Apple" as my second entry I will change the first entry of "Hello" to "Apple" and …

Member Avatar for CitySlickaMr
0
756
Member Avatar for happygeek

Aggressive adware, of the kind that creates shortcuts on your screen or changes your search engine configuration, has arrived on Android devices and then some. According to security vendor Bitdefender, as much as 90% of free Android apps contain adware with up to 75% coming with the 'aggressive' variety. ![dweb-androidadware](/attachments/small/0/dweb-androidadware.jpg …

Member Avatar for luutrudulieubk
0
573
Member Avatar for Andyjava

I have been busy with school and all that and currently working on an android multimedia app i'd like to use. i created a list and was able to filter the files on the sdcard (both .mp3s and .mp4s) but i have a problem. i want the app to launch …

0
118
Member Avatar for happygeek

Apple has, of late at least, oft been accused of following rather than leading when it comes to smartphone innovation. Perhaps the launch of the iPhone 5s with the somewhat controversial fingerprint scanner has changed that, just a little bit. HTC, the powerhouse in the Android smartphone hardware market, has …

Member Avatar for Kelly Burby
0
446
Member Avatar for sirlink99

Good Day. I am currently running into a problem. I have 2 activities. My first activity launches the second one. Once the second one has done some work it calls the finish() method in order to destroy itself. Then my previous activity pops up which is what I would like, …

Member Avatar for peter_budo
0
136
Member Avatar for garyjohnson

Okay so I have an android app called Rate My Plate and it needs users. I mean it needs a lot of users. It's an app where if there are a low amount of users then it's pointless but the more users the better it is. Now I have tried …

Member Avatar for jafrain_jaff
0
181
Member Avatar for happygeek

A survey of more than 700 tablet owners in US, UK and Australia has revealed some interesting insights into how people use their devices. The $195 Gartner 'Consumers Buy Media Tablets Based on Lower Prices and Better Quality, not Brand' report (gotta love that snappy title, huh?) unsurprisingly shows that …

Member Avatar for Kelly Burby
2
340
Member Avatar for pwolf

I am planning a service that I would like to eventually grow into a multi-platform service, however, my original plan of creating a hybrid app may not be the best decision. Is it better to come up with one app design and recreate it on each platform, or design a …

0
230
Member Avatar for sirlink99

Good Day. I am relatively new to android programming and I am having problems displaying action Items on my action bar. I can manipulate my actionbar through Java code (show and hide text, Icon and action bar), however when I try to add my own images to the action bar …

Member Avatar for sirlink99
0
169
Member Avatar for ahmed.talha.16

Hi!! If I want to integrate any other external hardware with my android application so how can I do it in android? Is there any API for the hardware integration?

0
62
Member Avatar for engrjd91

I am creating an android application .. in my app.. one of the activity contains 2 radio buttons..i have 2 questions for it... 1. How to select only one radio button at a time, what code will be written? 2. How to decrease the size of the radio icon (Circular …

0
112

The End.