hello all, I need help to make android program for college final project. I want to create fingerprint programs that able link to text message. maybe anyone can provide references. I am very grateful. warm regards
Look at the official android site guides and documentation. You'll get what you want to find there!
At
https://www.developer.android.com
Sent from my Nexus 4 using XDA Premium 4 mobile app
Related
Hey all, newbie here!
Let me just say that this is a great forum and you guys do wonders to borring phones...
I am interested in learning how to build an app for PPC. I have a program I use for work and would love to try and port it over. Can someone send me links and just basic info on how to get started?
Just a background, I am in IT and have programming so I am not a newbie to that world, just phone apps.
Thanks for any advice and keep up the awesome work. Timmay!!!
Do you have access to the source code of the program you want to port over? What is it written in?
Perasite
Thanks for the reply. I dont have it but I have worked with the developers and can get it. I will find out and reply tomorrow. Thanks again.
Hello Community,
I am extremely new to creating Android Apps. I was curious how difficult is it to create an app that has 4 buttons. 2 of the buttons will take you to parts of my company's website, 1 will call our support and 1 will open the email client to email our support address. I am going over the tutorials that are free for android and just want to make sure that this is possible. Please let me know.
Thank You,
Zack
Hey Zack,
Yes your idea is possible and I think it isn't very difficulty.
What you need are intents. Here is a link about this topic. It was very helpful for me.
ww.vogella.com/articles/AndroidIntent/article.html
I hope my first post was helpful.
PS: if you want contact me and I will write you an example app with the 4 buttons and the corresponding functions. Sry for my english I'm from Germany
Tom
I am interested in creating and android based app where short posts like twitter can be shared with a group of people who has that app. So for example if 10 people have this app and one of them decided to create a post and share it then all the other 9 people should be able to see it in there feed. I am new to app development and was hoping I can get some kind of guidance from here as to where to start. I am not sure what kind of platform or technology is used in facebook and twitter for this specific purpose but I would like a similar setup. I really appreciate any help or guidance to help me get started and thanks in advance.
Google Cloud Messaging might be helpful in that case: http://developer.android.com/google/gcm/index.html
I'd, however, suggest to create some easier apps first, just for learning. Keep in mind, a twitter clone is a big and difficult project.
Smaller project
I would like to start from a smaller project but not sure about this area at all. I was thinking to just create a small app first where I create a post and it appears on the other end. Any ideas as how to go about it? thank you for your help.
sbcoder said:
I would like to start from a smaller project but not sure about this area at all. I was thinking to just create a small app first where I create a post and it appears on the other end. Any ideas as how to go about it? thank you for your help.
Click to expand...
Click to collapse
I don't know how to do that as I've never really been interested in networking. I'd suggest to do something without networking as your first application to get used to Android's UI elements and to Android code in general.
As soon as you understood that you can do as much networking as you want but I would start with something that is easier. (A calculator is a typical beginner project. )
sbcoder said:
I would like to start from a smaller project but not sure about this area at all. I was thinking to just create a small app first where I create a post and it appears on the other end. Any ideas as how to go about it? thank you for your help.
Click to expand...
Click to collapse
i ll give the example of Facebook
there
newsfeeds run on Hadoop
messages are on nosql not sure about this
all the searches you perform on the new graph interface (exculding those on messages) are through FQL
its a language of their own Facebook Query Language
Python is the backbone of it all, chief scripting language on thier server
of course the webinterface you see is php and javascript
........ this much only i know
but there are a few more
as u can see there's more to it than it seems to be so starting with such a thing won't be a wise decision !
"no hill too high to climb" - proceed this project if you really want to !
Sent from my GT-S5302 using Tapatalk 2
Hi all, I'm attempting to modify/fix someone else's app. The app is a forum reader. It used to be on the Play store, but has now been removed.
I still use it, but it doesn't work properly. I'd like to fix it to continue using it. This is for my personal use only.
Basically, I can reply to threads/make new posts, but I can't create new threads. (There is other stuff I'd like to change as well).
Could anyone help? I won't attach the app here now, I'm not sure if I can post it, as the app doesn't belong to me. (Can anyone confirm?)
Thanks, Chris
You can post the app as long as its not a paid for application (posting paid apps is warez).
As for modifying/fixing it though, you'd have to use apktool to edit it and even then you wouldn't be able to work in java, it would be in smali which is a pain in the ass to work with.
Thanks for the reply. The app was free. Please see attachment.
The forum reader is for forums.overclockers.co.uk
I'm using Virtuous Ten Studio to edit the app.
My main issue is creating new threads. In the app I have this;
Code:
<string name="prule_create_new_topic_url">a[href^=/newthread.php?do=newthread&f=]</string>
........newthread&f=*
The forum uses the same command to post new threads, where the * is the sub-forum number.
I think the above string is correct, so I'm assuming the code is wrong elsewhere?
I'm really out of my depth here, learning as I go. Thanks
Hi,
First, sorry for my poor English.... I'm french !
I need help to develop a photobooth application, i'm noob and after many days looking for tutorials, i'm lost!!!!
I'm able to use camera, save a picture on a sd card, and take another photo if i want.... But i want more!!!!
i want to take 4 photos and have them in 1 picture from top to bottom, after that i want the possibility to send that picture by mail....
if someone can help me.... I know, i'm asking someone to develop that app instead of me!!!!!
Thanks
arcar said:
Hi,
First, sorry for my poor English.... I'm french !
I need help to develop a photobooth application, i'm noob and after many days looking for tutorials, i'm lost!!!!
I'm able to use camera, save a picture on a sd card, and take another photo if i want.... But i want more!!!!
i want to take 4 photos and have them in 1 picture from top to bottom, after that i want the possibility to send that picture by mail....
if someone can help me.... I know, i'm asking someone to develop that app instead of me!!!!!
Thanks
Click to expand...
Click to collapse
You want to combine 4 photos into one am I right
Sent from my SM-G530H using XDA Free mobile app
hi!
Exact, i want to capture 4 photos and combine them into 1 from top to bottom with a frame between them!!!
Thanks for answer !!!
arcar said:
hi!
Exact, i want to capture 4 photos and combine them into 1 from top to bottom with a frame between them!!!
Thanks for answer !!!
Click to expand...
Click to collapse
It is possible first of all make layout where you have to add 4image view like you want make sure the title bar disable then make activity set the content to the layout then assign 4imageviwew and load it by id and set the img you saved into sdcard as bitmap then get the Decor View and make it into bitmap and compress it as jpg then saved to sdcard now.you are done
I can't give you the code as I am.not using pc
Sent from my SM-G530H using XDA Free mobile app
Thank you so much for your answer!!!! I'm going to try it!!!!
I'm not sure to success but i'm gonna try!!!!
With your help, i know what to look for on Google!!!!
arcar said:
Thank you so much for your answer!!!! I'm going to try it!!!!
I'm not sure to success but i'm gonna try!!!!
With your help, i know what to look for on Google!!!!
Click to expand...
Click to collapse
No need to say just hit thanks button
Here's the code
https://drive.google.com/file/d/0B5fRoz55yuSvc09YMzlBY2hWVU0/view?usp=docslist_api
Layout
https://drive.google.com/file/d/0B5fRoz55yuSvNlpDSHZhMkJEMGc/view?usp=docslist_api
Result
https://drive.google.com/file/d/0B5fRoz55yuSvYnZMXzhyRFJ1bXM/view?usp=docslist_api
Don't forget to give credit on your app its rule on xda lol!!
Sent from my SM-G530H using XDA Free mobile app