Beginner looking for android app project to join. - Android Q&A, Help & Troubleshooting

I am an aspiring android developer trying to teach myself the language. I would like to find a project, maybe open source, that I can get involved in as a real world experience with android programming.
I am wondering if there are people here that are either working on, or who could recommend, a project that I could join? I think that working on a modern app would be a great way for me to continue my learning. I have been working with books, but I worry that the information might not be completely up to date.
I am excited to get involved with real world app programming. I hope to be helpful to any project that I join Thanks to everyone in advance!

Hi MastrFett,
It is great to see how exiciting a person could be when learning. I do not have a project but I recommend you to do one for your own.
When doing something that you are going to release you do the best of yourself and you learn much more. Facing real problems is very exciting. There are lot of things that a book wouldn't explain you; you will discover them when you know that not only you is going to use your app.
Try something and upload it on Google Play. Don't get bored reading questions/answers on StackOverflow -it will be your best friend :laugh:-

Patedit,
Thanks. My only problem is I don't feel like I have many good ideas of my own right now. I think the few I have would require algorithms more advanced than my level of skill. I'll have to keep thinking.
I was just hoping to find something that would give me the chance to just jump in head first on a project right away. I do eventually want to do something on my own when I come up with the right idea.

You need a good idea if you want to become rich
If you want to learn, you don't need great ideas I know it could be frustrating at first... Imagine something you need or that will help you in your daily use of your smartphone.
For example, yesterday I made for me a widget in which I could see the next alarm time. With pressing on the widget, the Alarm Clock app is launched. That could sound 'easy' but it took me several hours. I did it because I wanted a nice widget to do so and a shortcut to the Alarm Clock app which I didn't have.
Good luck!

There is an app idea I had, but I found out there are a lot that already do what I want on google play. Should I still make the app for experience? I don't know if it is worth it if the app already exists.

MastrFett said:
There is an app idea I had, but I found out there are a lot that already do what I want on google play. Should I still make the app for experience? I don't know if it is worth it if the app already exists.
Click to expand...
Click to collapse
Definitely.
There are already three apps like mine (see my signature)
But I still made it and posted it. Result : 110,000 downloads and #11 in the Top New Paid category last week

Related

Android App Development for X10

Hi all,
re: App development.
I have some experience of JAVA and have a fair bit of experience with JS and PHP, so coding is not alien to me.
I have come across a few things where I have thought "an App would be great for that!" and would like to investigate App development. I have read through a couple of tutorials, but they all assume more Android experience than I have.
I'm not after specifics from board members here, but wondered if anyone knew of an 'Android Apps 101" or an Android App development alternative to the famous 'Hello World' intros there are for most languages.
Thanks for any leads people can give me.
I think the Android Developer's Guide is great http://developer.android.com/guide/index.html
Just started developing a small app myself a few days ago, and the biggest problem so far is Java itself. The android development itself is really easy. You can create UIs via drag & drop when using eclipse + android plugin and the rest is well documented in the guide I posted.
:/ how I managed to miss that I don't know...
thanks very much - exactly what I'm after
rpedroso said:
Can you make a Remote Play app???????
Click to expand...
Click to collapse
Like Playstation 3 remote play? Probably not, it'd be ridiculously difficult.

[Q] re-arrange items/apps in "share via" list

hi
here's a little pet peeve of mine
whenever i go to share a picture, website link, etc i am presented with a *huge* list of apps that i could ever possibly use
but here's the truth - i only ever use three (maybe four) of those apps
and, just an extra bonus, those three or four are distributed all up and down that list - and yeah, the gmail icon is at the bottom! lol
is there *any* way to modify that list??
or an app that lets us mod that list??
i'm asking you guys cuz you would know
and... if anybody wants an idea for an app to build... there ya go! i'd pay 99cents (heck, probably even 1.99) for such an app!
and, while i'm asking, i might as well say what would be just killer features ---- allow us to pick the say top five apps that would always show up, and the last entry says "all" so the entire list becomes available
would be good to be able to sort the apps that show up in that list too
anyway.. just gonna throw that out there
??
no one has anything to say about this?
Shame that there are no replies, as this is also bugging me. Here's a bump for the topic.
Annoying me as well. Recently downloaded a QR app and the damn thing added TWO entries. I'd love to be able to remove everything but email, facebook, and messaging...
How can this still be an issue
I can't believe there's no way to filter the list or at least sort the list in order used.
'Intents' and MIME-types
Recently I find that I've become rater annoyed with the list for "share via", and started wondering how I might go about deleting specific items or at the very least rearrange the order in which they appear.
I've been unable to find the answer, as most threads, only consist of the question, and no answers.
I did however find out that what causes an app to appear in the "share via"-list is an 'Intents'-argument with regards to MIME-types (.jpg or .txt etc.) when coding the app.
See: (add the http yourselves, as I'm unable to, with this being my first post)
stackoverflow .com/questions/7891473/how-to-write-an-android-share-plugin
&
stackoverflow .com/questions/3553017/android-share-via-dialog
That means, that in order to remove them from the list, we would need some app, like LBE Privacy Guard, that could limit the "offending" app's 'Intents' in certain regards.
However I've been unable to find anyone that seems to know which file to tweak in order to rearrange the order in which they appear.
I doubt this helps anyone very much, but it may just lead someone on the right path to maybe coming up with a fix for this.
Try 'Andmade Share' from the market, seems like it would be what you're after.
https://play.google.com/store/apps/...1bGwsMSwxLDEsImNvbS5hbmRtYWRlc29mdC5zaGFyZSJd
or
share customizer
Play link
Feature request added at code.google 2012-01-25
It would appear that a feature request has been put in at code.google at 2012-01-25
(Again add the http-part yourselves)
code.google.com/p/android/issues/detail?id=24741
While we are waiting for this "obvious" feature, the above reply's seem to offer what I'm asking for, at least in an app, though it ought to be built in...
Thx a lot itscro & biopsin
EDIT: I think I'll pass on the Share Customizer, with all the funky (chinese?) writing, and dec. 2011 latest update.
Andmade Share however looks like a winner, and I like the fact, that it doesn't require any permissions...
Awesome. Andmade Share seems to do the trick. Love it when old threads are brought back to life and solve a problem.
Nitsson said:
Awesome. Andmade Share seems to do the trick. Love it when old threads are brought back to life and solve a problem.
Click to expand...
Click to collapse
Can´t agree more with you, because this problem annoys me a long time now!
Regards,
Guido
Kosh_ac said:
Can´t agree more with you, because this problem annoys me a long time now!
Regards,
Guido
Click to expand...
Click to collapse
Indeed, though it doesn't seem to work on Jelly Bean unfortunately.
Nitsson said:
Indeed, though it doesn't seem to work on Jelly Bean unfortunately.
Click to expand...
Click to collapse
Maybe not right now, but give it time, JB isn't exactly widespread just yet.
Such is the cost of being on the bleeding edge...
Bawl said:
Maybe not right now, but give it time, JB isn't exactly widespread just yet.
Such is the cost of being on the bleeding edge...
Click to expand...
Click to collapse
Its been quite awhile since this thread was active, but I'm hoping someone has something new on this topic. I can't find any other threads that cover this issue...

App ideas for beginners

I am just starting to learn how to develop apps for android. I want to start by making some nice easy apps and work my way up to harder stuff. Im having trouble thinking of apps that would be easy to make. I don't really care if they are usefull or reallistic.
Could developers post some app ideas that are good for learning perposes. I figure this will be usefull for others who are in the same situation as well.
It would be helpful if you put a general difficulty level and any hints/suggested research topics.
dmobbjr said:
I am just starting to learn how to develop apps for android. I want to start by making some nice easy apps and work my way up to harder stuff. Im having trouble thinking of apps that would be easy to make. I don't really care if they are usefull or reallistic.
Could developers post some app ideas that are good for learning perposes. I figure this will be usefull for others who are in the same situation as well.
It would be helpful if you put a general difficulty level and any hints/suggested research topics.
Click to expand...
Click to collapse
Look for some tutorials for a to-do list, or a currency converter.
Probably the best thing is to think about a "real" application and then try to implement it.
There are a lots of problem that you could find (connections, storing, parsing..), but they depends on the application.
Thanks thats the kind of stuff im looking for!
Keep them coming people. I would like to see this thread become a resource for people of different levels as well.
I'd really like someone to develop a calendar app where I can swipe down the hours on day view to set my shifts. I get 20 different shifts a per month, loading them individually into stock calendar on my phone is laborious. If I could press on 6am and swipe to 4pm, this would be great. I have searched high and low on the market for this function.
If this is something that you're interested in, let me know and I can expand somewhat.
Sent from my GT-I9300 using xda premium
Mr Woolf said:
I'd really like someone to develop a calendar app where I can swipe down the hours on day view to set my shifts. I get 20 different shifts a per month, loading them individually into stock calendar on my phone is laborious. If I could press on 6am and swipe to 4pm, this would be great. I have searched high and low on the market for this function.
If this is something that you're interested in, let me know and I can expand somewhat.
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
Business Calendar has the swiping action in its Add Event screen.
Questions should be asked in Q&A forums, not Development forums.
Thread moved.
There's a 'hello world' app tutorial, in coding one simple code.example I'be seen is making tthe screen print "hello world", I assume this is a similar concept. Theyvare in the Development and Hacking section.
Sent from my LG-P999 using xda premium

[Q] n00b wanting to make a XMAS gift/app for my GF

So it's the holidays and I'm very very poor right now. I've trying to think of things to make for my lady, and one thing that came to mind was an app! lol, she's on her phone a lot and she knows i love messing with my phone so I thought it'd be a cool idea to make her a custom app, something simple, maybe with a splash screen that shows a pic of us, and then into a love note, followed by some pics of us.
So that's my idea, I've tried making this on one app maker, the crappy conduit one, but every time i installed the APK on my phone (nexus5) it never showed any of the stuff i made on their site.
So here's the thing, does anyone know of a good and easy app maker I could use that would allow me to basically design it, and have it make the code for me, and the APK? I have eclipse setup on my system so i may be able to any editing and whatnot...but, seeing as time is a factor (i only have a few days) id love to get it done in a matter of a day at least.
any info or tips would be greatly appreciated, im no coding genius but i can follow directions quite well lol. Thanks!
mykull said:
So it's the holidays and I'm very very poor right now. I've trying to think of things to make for my lady, and one thing that came to mind was an app! lol, she's on her phone a lot and she knows i love messing with my phone so I thought it'd be a cool idea to make her a custom app, something simple, maybe with a splash screen that shows a pic of us, and then into a love note, followed by some pics of us.
So that's my idea, I've tried making this on one app maker, the crappy conduit one, but every time i installed the APK on my phone (nexus5) it never showed any of the stuff i made on their site.
So here's the thing, does anyone know of a good and easy app maker I could use that would allow me to basically design it, and have it make the code for me, and the APK? I have eclipse setup on my system so i may be able to any editing and whatnot...but, seeing as time is a factor (i only have a few days) id love to get it done in a matter of a day at least.
any info or tips would be greatly appreciated, im no coding genius but i can follow directions quite well lol. Thanks!
Click to expand...
Click to collapse
i can help you get in to the play store if your intrested i have a developer acct ... im just not that good at coding so i could not be too much help on that end .... if you had more time i could build it for you but im slow.. but if you want it in the playstore send me the apk and ill see what i can do
trevor.bman said:
i can help you get in to the play store if your intrested i have a developer acct ... im just not that good at coding so i could not be too much help on that end .... if you had more time i could build it for you but im slow.. but if you want it in the playstore send me the apk and ill see what i can do
Click to expand...
Click to collapse
oh nah man, i dont need it on the play store. this is just a personal thing for her. I would send her the apk to install on her phone (i'll probably be right next to her to show her how) and then she would just open it, read the note and swype through some pics of us. I just think it'd be cool for her to have an entire custom app that's her and I, instead of just some slideshow online that anyone can do these days.
mykull said:
oh nah man, i dont need it on the play store. this is just a personal thing for her. I would send her the apk to install on her phone (i'll probably be right next to her to show her how) and then she would just open it, read the note and swype through some pics of us. I just think it'd be cool for her to have an entire custom app that's her and I, instead of just some slideshow online that anyone can do these days.
Click to expand...
Click to collapse
well watch a few you tube tuts lol that will get u started i use android studio to build my apps
trevor.bman said:
well watch a few you tube tuts lol that will get u started i use android studio to build my apps
Click to expand...
Click to collapse
hey if i were to send you this APK i got from this ****ty conduit app maker (the app barely works on my phone, just doesnt show things properly) would you be able to edit it to work maybe?
mykull said:
hey if i were to send you this APK i got from this ****ty conduit app maker (the app barely works on my phone, just doesnt show things properly) would you be able to edit it to work maybe?
Click to expand...
Click to collapse
no i would need the java key for that apk file to edit it ..... it may be possible but im not experienced enough to know how to do that

Looking for coder to create a development duo

Hello! I am a fairly experienced graphic designer, I am 16 years old and have been designing for 6 years. I was wondering if anyone would like to help me develop apps, I am looking for a coder, That is willingly coding the graphical layouts and designs/ideas I put together, From that, I would really love to just make a new friend. So please, Hit me up if you're interested.
Here is some idea I've been having:
So, It's an omegle app, No big deal, But I used to design for a guy that developed this app, Now unfortunately I can not reach him anymore, And would like to recreate that app (I use Omegle a lot and a nice app for my android device is simply perfect.).
Here are my mockups so far.
( I can not post links since I'm a new user. PM me and I'll find a way to get it to you, However, I'll try to post it somehow. )
http ://ninja mock . co m/s/cktsvz
Just remove the spaces.
- Enitoni
Uh.. Hello? I was at least expecting a reply of some sort. :/

Categories

Resources