[Q] QR Code...source code for a small app - Android Q&A, Help & Troubleshooting

want to create an app to generate a qr code in the phone itself without connecting to internet..it should be having 3 details..name,phone no,email-id...ny source code or nythng to help me out ..this is my first app .

You want to create such an app? Than you have to start coding I guess, if you dont know how to code it, search for information on the web. Starting with:
http://en.wikipedia.org/wiki/QR_Code
http://www.denso-wave.com/qrcode/qrfeature-e.html
A hint: You have to know what you're doing when you want to code something. So if you don't know how to create an QR-Code, than you can't develop an app. Makes sense right?
EDIT
I use these sites to generate my qrcodes:
http://qrcode.kaywa.com/
http://goqr.me/de/

Related

please help me in android app development ( writing java codes )

hi every body
im not developer or programmer but im so interest in developing android applications , i prepare my PC to that by downloading JDK , SDK and eclipse , i know how to use it and create the UI for app by XML in eclipse , my problem in writting the java codes for the objects in app for example , i know how to create button or text view or edit text but when i want that button to do action on click for example to save text to SD , I HAVE TO WRITE JAVA CODE FOR THAT SO WHEN I CLICKED THE BUTTON IT WILL SAVE THE TEXT TO SD , i dont know how to write java codes , is there is soft ware that perform that or java code generator to give the code for any object action i need , just finish the XML and give me codes directly . or i have to learn JAVE first then go for app developments
please help me
thanksssss
Get a book, duh!
If you really are interested in in developing for android, and I don't mean some half hearted effort, then learn how to code in java.
$1 gets you a reply
I would recommend "Introduction to Java Programming - A comprehensive version" by Liang and Pro Android 3.
I seriously recommend to begin with pure Java and then begin with Android development. You get a much deeper understanding in what you do then.

[Q] HELP regarding creating a phone locator app and using internet source code in ADT

hi developers and friends
i just need ur help,very urgent pls,
i want to submit a android app for my college,
a phone locator
auto start,sms triggered and sim change triggered, makes alarm irrespective of the volume ,
locks phone , backup of personal data like contacts, and location both GPS and Cell identifier(Cell id i.e ID when network or wifi ),
alerts the 5 saved nos about the phone is lost with location.
main thing in the project is cell identifier,
each action like alarm , backup, location using cell identifier, gps, lock phone, is done if command keyword and password is sent,
help me ,
i could find separate source code for each programs, but it is not working at the latest ADT BUNDLE which is a google adt and eclipse combined,
most error occurs since the version mismatch and also the source code is edited automatically for the Android 4.2, did many things and read many web resources, all are confusing,
i need ur help or any one who could help,
i want help on creating this app
and the way how i can use old source code in the new adt bundle, thanks, very urgent pls
thanks in advance
help pls dear friends, pls refer the person who can help me, very urgent pls.....
I can develop it for you.

Need help changing Sync Adapter parameters

Hello,
I need to change sync adapter parameters of an app that works with a server. I just want to lower the time it checks for new data on the server.
Its a 3 rd party apk.
Where should i look in the apk and for what code line?
Thx!
What application and what code? Do you have access to the code? The question shows that you don't know much about programming.
Hello,
The app is a taxi apk that connects with the server to obtain orders.
I have tried to unpack it and I dont know in what file to edit the code regarding changing the refresh sync time.
I tried to edit it with an online Java editor.
Is the dex file responsabile?
I am amateur in editing code, but I have read some tutorials and I think I can repack and sign the app after editing.
If the de file is the key, how can i edit it?
This îs the file
Can you post the code you obtained from the decompilation on github so we can see what can be done?
Anyone else?
Please help! ?
Small bounty offered ?
Up

Extraction of code lines

Hi folks,
do you know if it is possible to extract all the code lines in an Android phone, including the OS codes itself? I want to do it to make sure whether there is any malicious app in my phone.

Urgent help please

dear community i hope everyone are doing fine, so am gonna go straight to the point
i have a Magisk on both mobile and emulator with all important plugins installed + Frida well installed + many http interceptors + installed the http interceptors certificates in the root ...
- now i have a game that i want to mod and i want to explore as well. the problem is i spent the last 4 days decompiling it and reading it's source code and i couldn't find any urls i even tried using frida to bypass the ssl pinning and i did bypass the ssl pinning and the root detection and still no links and when i use burpsuite the game show other links that has no relation to the game api.
also to mention that when i use this tool HTTP Toolkit and i setup the tool with adb to intercept the calls the game says that the connection to the server is lost and game freezes .
i tried every possible solution before coming here trust me and the last thing is i found these errors in the output from frida which i couldn't find in the source code because there is no functions named
HTTP.SecureProtocol.Org.BouncyCastle.X509.Store
BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls
......................................
now my question is : can someone give me any idea on how to get the requests without letting the game freezes
another question : if the links aren't present in the apk source code from where the tool is getting those links to perform the api calls
third question : is this has any relation with libraries .so ?
-----------------------
Game Url : https://play.google.com/store/apps/details?id=com.lockwoodpublishing.avakinlife&hl=en&gl=US
------------------------
i hope i can get some help from your guys and thanks in advance ^^
up

Categories

Resources