1,245 Topics

Member Avatar for
Member Avatar for Za3mi

Dear all! I am gonna devlop a launcher in android studio in which icons of all apps are created(app's original icon+some effects) at run time. Kindly provide me suggestion, what should i do? I am having problem in making it's logic. Thanks in advance...!

Member Avatar for rproffitt
0
241
Member Avatar for Nova6112

I am new to Android, Now i need to integrate my app with Google Drive i have search google a lot, i have got Drive quick start sample from git hub (https://github.com/googledrive/android-quickstart) but while i am running it is always showing Mail authentication Dialog. please help me. And also i …

Member Avatar for rproffitt
0
127
Member Avatar for Natsu123

Hi guys, I am programming an Android App and I am trying to do a multiple SQL insert but it doesn't work. Can someone help me? And I also want to have the ID from the new created student. How do I get that ? <?PHP if($_SERVER['REQUEST_METHOD']=='POST'){ $Name = $_POST['Name']; …

Member Avatar for Za3mi
0
267
Member Avatar for asif49

What is the best way, using technology, to discern whether someone has gone from an awake state to a sleep state. Ideally, this would be something passive and non invasive/not limited to the room or location the person is in. Ideally this thing would be: 1) efficient 2) cheap 3) …

Member Avatar for diafol
0
338
Member Avatar for lukemaister

So i have been searching all the net but haven't exactly found what I'm looking for and I'm starting to believe that it is impossible. The problem is that I have a local MS SQL Server stored on my notebook. What I would like to do is an android application …

Member Avatar for Kamran_10
0
2K
Member Avatar for ArgadeC

I want to develope app for android which open realtime camera from application and in that i can change different color or shades of lips(Mouth) ...i am stuck .. i wasted so much time in this please revert me back soon

Member Avatar for ArgadeC
0
199
Member Avatar for adele damon
Member Avatar for devianleong

Hi everyone, I've no idea how to design the grid layout like this : ![unnamed.png](/attachments/small/3/47d9a91730b2938e6dc33cc5102761ec.png "align-left") My image is square and I want to make it responsive to mobile and tablet. I only have title, price and image in one grid. Any can help me on this kind of design? …

Member Avatar for peter_budo
0
197
Member Avatar for asif49

Hi! I'm interested in being able to detect when someone goes from an awake state to a sleep state. I know this is possible with both the iPhone and Android devices as there are apps on both of these that claim to do this: On IOS there are: 1) Sleep …

0
213
Member Avatar for Learner010

I'm back here after a very long period. And see lots of changes here. Beautiful and amazing design. I was missing some illustrious members. here is who are they ? and why i still know them : `Reverend Jim` provided full assistance while i was learning `vb.net` . i still …

Member Avatar for Shattered
1
403
Member Avatar for DeanMSands3

Hi, Daniweb, it's been a while. I'm looking to do a mobile ssh-client (well, not quite a full client) that stores sensitive login information encrypted by a pattern-lock. However, I know very little about encryption. Can anyone recommend a good learning path - and by path, I mean Encryption for …

Member Avatar for stultuske
0
305
Member Avatar for Nikhil_6

I am working on project, where i want to show multiple list view (different design layout using different layoutsa for lists) using one list adapter class, in one Main Activity class. Like i want to show first list view on first button click, and then i want to show second …

Member Avatar for Raul Perez
0
250
Member Avatar for annya

Hello , I want to show some images in my app using php and universal-image-loader-1.9.1 Iam an stater and I have collected some code from another apps, My problem is when i use the same code to add the gallery in my app it was showing application stopped. If any …

Member Avatar for Raul Perez
0
317
Member Avatar for admiralchip

Hello, I'm using the rotate-layout library by rongi (https://github.com/rongi/rotate-layout) to achieve a horizontal list view by implementing the suggestion given by Kc Ochibili as an answer to this question: http://stackoverflow.com/questions/3240331/horizontal-listview-in-android. I'm getting the following errors when I try to use the library: "error: Error parsing XML: unbound prefix" and "Attribute …

Member Avatar for Raul Perez
0
454
Member Avatar for AndreRet

Hi All, Back after a LONG break from Daniweb, love the new look! I have the following data scanned from a pdf417 and need to extract certain text to certain text fields, not sure how to go about this... Data scanned with manatee works plugin and android app using android …

Member Avatar for AndreRet
0
277
Member Avatar for shalini crazy

I've made a simple webview app . I have tried a lot but I cant get it to work, refered to link dint work out . Hope someone can help me here. admob is not displaying after the splash screen .if linearlayout changed to Relativelayout ad appears without splash screen …

0
167
Member Avatar for Centorpe

I have an SQLite3 database which has 8 tables and in which data will not change so needs no add option. Each table has 4 or 5 fields of different types. In order to use this data in an Android app I need to load it into spinners. My questions …

Member Avatar for hericles
0
189
Member Avatar for Centorpe

Why can't I use || or && with double as in sample below? if (((mDiameter = 1 || mDiameter = 1.2) && mPitch = 0.25) || (mDiameter = 1.6 && mPitch = 0.35) || (mDiameter = 2 && mPitch = 0.4) || (mDiameter = 2.5 && mPitch = 0.45) || …

Member Avatar for Centorpe
0
217
Member Avatar for C Newbie

Hi all, I'm currently developing an Android application with Android Studio that allows visitors to enter information such as their name, company and reason for visiting our work premises and have this information stored in a SQL database. The app would have to allow for the printing of this information …

Member Avatar for rproffitt
0
553
Member Avatar for OsaMasw

Hello guys am totally new to java development but I red some tutorial on web on how to create different application on Android Studio. I've created simple webview application with navigation drawer and everything work perfect, when I tried to add Parse.com SDK to use notification service my program crashes …

Member Avatar for OsaMasw
0
637
Member Avatar for NONONO123

I'm currently working on an android app to fetch data from the server. But when i run it, i get a NullPointerException. Can anyone help me with that? Here is my code: public class MainActivity extends AppCompatActivity { ListView lvPost; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); lvPost = …

Member Avatar for NONONO123
0
3K
Member Avatar for Aarthini

I need a code for developing android app for FPGA IMPLEMENTATION OF ADAPTIVE DYNAMIC CONTROL OF TRAFFIC SIGNAL AND AMBULANCE RESCUE SYSTEM AND ANDROID APPLICATION

Member Avatar for pritaeas
-1
60
Member Avatar for amit_33

Hi guys OK i have been working on a map soultion in android. I use google places. I have the correct APi key. The place api works well and its good. When i send th coordinates to the map they show on the map but the map only shows grids. …

Member Avatar for peter_budo
0
135
Member Avatar for Centorpe

The code below works ok and displays result (mDisplayNominalEff) to screen but I want to round the result to 3 places. I assume that I need to parse string to double. Any ideas on how to do this? String mDisplayNominalEff = ("" + (myDiameter - (myPitch * 0.649519))); TextView displayNominalEff …

Member Avatar for Centorpe
0
283
Member Avatar for Jeff-Bennett

I am looking for pointers on how to program communications between a custom app which will run on an Android tablet and Quicken running on a Windows desktop or server, I have never worked with Quicken, does anyone have any pointers where to start ? - jeff

Member Avatar for rproffitt
0
119
Member Avatar for Centorpe

I have 4 textviews which take their values from dropdown list (spinner) selected at previous screen. There can be either 2 or 4 numbers/letters as result of this selection. The first position will always be a number and the second position will always be a letter. The third position can …

Member Avatar for Centorpe
0
275
Member Avatar for Hendo

I'm creating a small and simple app to use with my poker league. I've created a small DB that I simply enter the player name, who took them out, and what place they went out in. All of that works just fine. What I need to do is implement the …

0
212
Member Avatar for Aziz_2

Hello All; I want to to enter myImage image to every different value that variable 'kare' takes. Th values of the ImageViews are like a8,b8, c8... etc (the coordinates of a chess board). The question is how to get these id's from a variable like the code below. Unfortunately with …

Member Avatar for AleMonteiro
0
120
Member Avatar for 9tontruck

Hi, I am struggling with xml layout in my android app... please help here is what I want: I have to display two poarts in one activity - image part and login component part which are in one linearLayout. When the device is landscape, I want it to be 30% …

Member Avatar for AleMonteiro
0
255
Member Avatar for Popc0rn

If you develop for Android, what do you use to do so? Do you write your apps in a MS Windows environment and then drop it into the Android environment? Or, do you do all of your coding on the Android tablet itself? What do you do, how do you …

Member Avatar for gtel
0
214

The End.