Help Developing Android app in Android Studio! - Android Q&A, Help & Troubleshooting

I'm a 14 year old android app developer in training
I need help/tips on my app. I have already set up android studio with the sdk and jdk.
I already made the wireframes and storyboard of the app. So I started making the main screen/activity in Android studio. Done with the main screen, although I haven't programmed it yet. What now? Do I start another Activity? I would like for you guys to help me through the process of developing my android app. It's called Shadow. I would really appreciate the help from the adult Developers.

Siberio08 said:
I'm a 14 year old android app developer in training
I need help/tips on my app. I have already set up android studio with the sdk and jdk.
I already made the wireframes and storyboard of the app. So I started making the main screen/activity in Android studio. Done with the main screen, although I haven't programmed it yet. What now? Do I start another Activity? I would like for you guys to help me through the process of developing my android app. It's called Shadow. I would really appreciate the help from the adult Developers.
Click to expand...
Click to collapse
Post a screenshot of your app. What kind of app you are trying to develop.. give a brief description as well.
http://developer.android.com/training/basics/firstapp/index.html

Hi !
If you want to do several "pages" with different controls there are several ways:
1 . use different activities . This is the simplest way
2. use fragments. This is a bit more difficult

What do you mean? Screenshot of my wire-frames? or of the main activity app?
The app I'm developing is a File hider App. But it's a little more organized and clean/minimalist looking than the other apps that are on the market. I call it Shadow File Hider. You're supposed to select the files that you want to hide and place them in a list. You can activate that list with a switch. The files are hidden. To show them again, just use the switch. But I also want to incorporate a way of hiding the actual app. This is what will make it stand out from the other apps. You can use the pattern lock screen as a Boss Key to hide the app. Use a custom pattern - that you set up in the app - to activate the app, before your normal pattern. That way when you use your smartphone normally no one will know the app is there or that you are hiding something. But you can easily open the app and close at will.

BTW
What's the best way to monetize my app when I'm finished?

Off topic : The name actually match!!
Sent from my SM-N910P using XDA-Developers mobile app

jglm4u said:
Off topic : The name actually match!!
Sent from my SM-N910P using XDA-Developers mobile app
Click to expand...
Click to collapse
Off topic : The name actually match!!
Click to expand...
Click to collapse
What do you mean?

Help
So I'm on my way to finishing the app. But one of the main settings in my app is to hide itself with a boss key. It's supposed to work with the lock-screen pattern. But how am I supposed to develop that? Any Ideas?

Related

Best Way to Develop A Simple App?

Hello,
I am a total novice. However, I'd like to develop a simple timecard app for Android, specifically targeted like the apps below.
http://www.appato.com/edward-pereira/wrap-time-time-card-for-film-crews/
http://www.crewtimecard.com/
These only exist for Apple products, though. What is the easiest, most straight-forward (Windows-based) software for creating such an app? I've heard of something called Eclipse...? Or there's some Google thing?
Thanks!
You need eclipse ide and android adt plugin for exclipse to code for android.Also you need android sdk for the api's.Googling "how to setup eclipse for android development" will give instructions for those from android developers website
Sent from my GT-N7000 using xda app-developers app
thanks vijai2011. Is Eclipse easy to learn? Is there something easier that may not be TOO basic, so that I can create a timecard app like the ones I linked to above?
You dont have to learn to use eclipse .All you you need to know is java and few things about android resources which you can find at android developer website.They will pretty much cover everything.
But without java,you cannot take even the first step of app coding.Heart of app coding is java.
Sent from my GT-N7000 using xda app-developers app
I see... so there really isn't something similar to Adobe Dreamweaver for android apps?
daniel178 said:
I see... so there really isn't something similar to Adobe Dreamweaver for android apps?
Click to expand...
Click to collapse
Like Adobe Dreamweaver lets you design your web layout pages with PHP coding ... Eclipse lets you design the App layout with java coding. Its pretty much similar.
You can even use Netbeans or similar IDE's, but most developers use Eclipse and its the one that's being recommended by Google, I guess.
Thanks... I am little intimidated by Eclipse. Is it mostly graphical? can I get by without any coding? You see the type of app I want to create....
Also, have you heard of Phonegap? Is this easier/better/more or less limiting?
Eclipse is fully gui.You go through a wizard to create a new project,adding app icon,creating main activit(ies),select lowest api and the api for app then you get into a screen like a text editor where you type java,then go to android manifest then added the created activity,give perm and export the app signed.Even the adb is included at the bottom toolbar for easy debugging in real time .
So its pretty much straight forward but it can take sometime for the first time.
Sent from my GT-N7000 using xda app-developers app
Hmm, sounds like there's some java (at least) coding involved. Can I get by without any manual coding at all?
Also, to create an app like the timecard things above, for Android, what version of Eclipse would be best (simplest, yet able to do the job well).?
Well....Its not some java...It 99% java the remaining 1% is for the look and feel that you put to your preference .That is why I said
But without java,you cannot take even the first step of app coding.Heart of app coding is java.
Click to expand...
Click to collapse
on post #4
No...you dont need any specific version of java.Take the latest eclipse IDE and the latest ADT plugin and code it.There is nothing you can do without manual work of typing java.You cannot do those web page design using dreamweaver here Here is my first app I wrote.There is also the source code attached at the bottom.See how long the code is just to invoke a activity of another app with a default argument.
This is how I set up eclipse:
You must have sdk pre-installed for this.Also sdk needs a 32bit java JDK to work.(you need 32bit irrespective of if u run 32 or 64bit.Dont know why is that so.SDK never recognized my 32bit JDK)
Install eclipse classic
follow this to install ADT
daniel178 said:
Hello,
I am a total novice. However, I'd like to develop a simple timecard app for Android, specifically targeted like the apps below.
http://www.appato.com/edward-pereira/wrap-time-time-card-for-film-crews/
http://www.crewtimecard.com/
These only exist for Apple products, though. What is the easiest, most straight-forward (Windows-based) software for creating such an app? I've heard of something called Eclipse...? Or there's some Google thing?
Thanks!
Click to expand...
Click to collapse
Checkout HELLS-KITCHEN. It's a great starting point. With this Distro and a million Tutorials on XDA, you should be able to find what your looking for.
what about Flash? I've watched a couple of video tutorials on using Flash 5.5 and up to create Android apps, and it seems pretty graphical-only (no or less coding -- keep in mind my app is very simple). Would this be a viable option?
What ever you try,The last and final destination is TO USE JAVA for app even if the app is a "Simple" Hello world app!You have to have a main activity,type in the codes etc....You dont get it out my clicking out on wizards like:
Do you want Android app?click next
Do you need it to be simple?click next
What features you need?Select them.
If you are too lazy to type out codes or dont know java,Why not just try any alternative in play store?It is more Graphical and is only few taps
Sent from my GT-N7000 using xda app-developers app
Alternatively you could try to use phonegap.com or usepropeller.com / simplr.mobi.

Must have APPS??

Hi everyone
Just wanted to ask, what are your must have apps?
I need some ideas for new apps. The only apps (except the XKCD viewer) I could think of are listed in the core apps and I don't feel like joining these projects just yet.
So if you have any ideas or if you know some Android or iOS apps which could be ported leave a comment.
1. An IM client like Empathy
2. A Wallbase application/or anything that fetches nice HD wallpapers.
3. An application to watch anime
I had a similar question earlier, you might be able to mine something from those that answered
http://forum.xda-developers.com/showthread.php?t=2105374
The main app most people wanted was What's App, but I saw that some one else has been developing a client for it.
For the Galaxy Notes:
-full Gimp with GAP, pressure sensitive
-Mypaint, pressure sensitive
kdenlive video editor
recordmydesktop screen capture
Billy_Oneironaut said:
For the Galaxy Notes:
-full Gimp with GAP, pressure sensitive
-Mypaint, pressure sensitive
kdenlive video editor
recordmydesktop screen capture
Click to expand...
Click to collapse
I think that's a bit far-fetched for now..
Hempe said:
Hi everyone
Just wanted to ask, what are your must have apps?
I need some ideas for new apps. The only apps (except the XKCD viewer) I could think of are listed in the core apps and I don't feel like joining these projects just yet.
So if you have any ideas or if you know some Android or iOS apps which could be ported leave a comment.
Click to expand...
Click to collapse
a Google Voice VoIP client, like Grooveip and Spare Phone on android
Hempe said:
Hi everyone
Just wanted to ask, what are your must have apps?
I need some ideas for new apps. The only apps (except the XKCD viewer) I could think of are listed in the core apps and I don't feel like joining these projects just yet.
So if you have any ideas or if you know some Android or iOS apps which could be ported leave a comment.
Click to expand...
Click to collapse
Airdroid, sound hound, projectM, photo editor, IP Cam Viewer, team viewer, Xtremlabs Speedtest, Phone Ringtone, Angry Birds, Tango Remote
I think the drawing/photo editing APP is great idea.
When i have time i'll sketch something up and make a new thread.
What about a sportstracker app? Endomondo is awesome....something like that or a client for endomondo.
Sent from my GT-I9100 using xda premium
amgz
Just give us whatsapppppp t_t
I am not going to make a whats APP client! I really dislike whatsapp. (There API is closed eeg. Free for only 100k users Ort something)
Hempe said:
I am not going to make a whats APP client! I really dislike whatsapp. (There API is closed eeg. Free for only 100k users Ort something)
Click to expand...
Click to collapse
Luckely somebody is already working on a client for whatsapp. Its one of the most used apps en i think very important to make people wanna use phones with UT installed on it.
Sent from my GT-I9100 using xda premium
A QR reader
A QR reader sounds like a good idea as well.
Only problem the nexus7's camera is not yet working
But definitly something for the todo list: -)
A decent torrent client please!
Sent from my Nexus 4 using Tapatalk 2
Chief
Hempe said:
Hi everyone
Just wanted to ask, what are your must have apps?
I need some ideas for new apps. The only apps (except the XKCD viewer) I could think of are listed in the core apps and I don't feel like joining these projects just yet.
So if you have any ideas or if you know some Android or iOS apps which could be ported leave a comment.
Click to expand...
Click to collapse
It is my firm belief that we should have an APP INSTALL client that seamlessly installs apps FIRST! Then let the DEVS roll out the suggestions. What's the format anyway? not APK I would guess. I think a nice APK converter would work nicely then.
Chief out
buxtor said:
It is my firm belief that we should have an APP INSTALL client that seamlessly installs apps FIRST! Then let the DEVS roll out the suggestions. What's the format anyway? not APK I would guess. I think a nice APK converter would work nicely then.
Chief out
Click to expand...
Click to collapse
- What the heck is an APK? (That's only for Android and has nothing todo with linux, yes I said it android has nothing todo with linux )
- There are many ways to install an app.
-> you can install a .deb file
-> add a ppa our use the official repos and install via consol
-> build the binarys from source....
Currently someone is working on an "app store" but this is not a priority since ubuntu touch is still in pre alpha.
P.S. I am a DEV and I need some Ideas that's why I started the thread.
Some way to access Pandora One. I listen to some 300 hours a month, so it's definitely a requirement, not a 'want'.
Statement form pandoras website
We are deeply, deeply sorry to say that due to licensing constraints, we can no longer allow access to Pandora for listeners located outside of the U.S., Australia and New Zealand. We will continue to work diligently to realize the vision of a truly global Pandora, but for the time being we are required to restrict its use. We are very sad to have to do this, but there is no other alternative. ....
Click to expand...
Click to collapse
A Pandora client sounded like a good idea but "this" makes it rather impossible
Hope you'll find some dev's located in the us that can help you with that.
I'm personally worried about not having an app to track and control my phone in the event it's lost or stolen. An Ubuntu touch UI for Prey or something to that effect would be awesome.
Sent from my Nexus 4 using Tapatalk 2

Xamarin Alternative?

I was going to use C# and Xamarin to build an app, but I saw that only the paid version allows me to "P/Invoke Third Party Libraries."
I'm not sure if I need that feature. I assume I'll need those, to 'push?' (Vibrate the phone even when the screen is off / when in another app.) or to let people use the keyboard and paste?
Obviously, I'm new to programming. In any case, will the free version work for me? If not, is there a good alternative to Xamarin?
Thanks.
icor1031 said:
I was going to use C# and Xamarin to build an app, but I saw that only the paid version allows me to "P/Invoke Third Party Libraries."
I'm not sure if I need that feature. I assume I'll need those, to 'push?' (Vibrate the phone even when the screen is off / when in another app.) or to let people use the keyboard and paste?
Obviously, I'm new to programming. In any case, will the free version work for me? If not, is there a good alternative to Xamarin?
Thanks.
Click to expand...
Click to collapse
IMHO, Free license needs only to have a quick look into Xamarin, since there is the "Limited App Size" and the missing of "Xamarin.Forms". Without them you CAN develope apps, but only apps like "Hello World" :/

[Q] How to make an android app

I need to create a mobile app for my project. So here's my question.
What language should I use to create an android app?
And can someone share me some basic knowledge about mobile application.
I'd like to make a basic calculator.
kroragna said:
I need to create a mobile app for my project. So here's my question.
What language should I use to create an android app?
And can someone share me some basic knowledge about mobile application.
I'd like to make a basic calculator.
Click to expand...
Click to collapse
the most common basic app for beginners is the calculator. u should be able to find a lot of youtube tutorials online.
Most of your android app coding will be done with a combination of xml and java.
You would use either eclipse with the adt plugin, or android studio to do so.
As was previously stated a calculator app should have many many tutorials for doing so online.
One of the better basic android tutorials I have found is by a fella named travis who has made a series of tutorials that he has posted on youtube under the name "thenewboston" what I like about them is he doesn't get overly technical and his delivery is sorta like being taught by one of your buddies over some beer. I have passed that to several of my friends who have asked me to "teach them to code" as I don't tend to have the patience to do that properly.

Android What is "my" on my application list?

Is it a malware of some sorts?
Most likely. It is using the default icon used when creating an android software project.
What permissions does it use? It should show you in the app info setting if you long click it.

Categories

Resources