style libraries for android apps - IDEs, Libraries, & Programming Tools

Hello,
here is my favorite website for android developing, if i need cool features. It has a lot of links for good librarys and preview images. It's a nice collection.
If you have other nice collections or a link to a library, post it here
http://www.androidviews.net/
Very easy and nice to use is: (i have used it)
http://www.androidviews.net/2013/03/swipelistview/
and
http://www.androidviews.net/2012/11/sliding-menu/ (google+ menu)

Check the other thread ... it's pretty much the first one mentioned

Check out "Libraries for developers", it's an app with many libraries and examples.
https://play.google.com/store/apps/details?id=com.desarrollodroide.repos

DesarrolloDroide said:
Check out "Libraries for developers", it's an app with many libraries and examples.
https://play.google.com/store/apps/details?id=com.desarrollodroide.repos
Click to expand...
Click to collapse
Awesome. Really useful!
Sent from my SK17i using xda app-developers app

Related

Best app creation program forbeginners

What is the best program to use to start creating apps for android if you are a beginner? I tried Appsbar, but it won't let you insert ads.
Help
Sent from my Nexus One using XDA App
If you're new to programming in general, try App Inventor;
http://appinventor.googlelabs.com/about/
Not sure if you can do Ads or not.
________________________________
http://ron-droid.blogspot.com
Well, you can't do ads in AppInventor. Haven't tried Appsbar yet.
And you can't post to market from app inventor.
Thanks for trying though.
Any other suggestions?
Sent from my Nexus One using XDA App
as439726 said:
And you can't post to market from app inventor.
Thanks for trying though.
Any other suggestions?
Sent from my Nexus One using XDA App
Click to expand...
Click to collapse
I don't know of any tool other than appinventor that lets you create apps without getting down and dirty with the java code. If you're serious about developing android apps you need to bite the bullet and learn java and then pick an IDE and work thru some tutorials.
Two popular IDE's are Eclipse;
http://www.eclipse.org/downloads/
and Intellij;
http://www.jetbrains.com/idea/
You can find directions for setting up Eclipse on my blog linked below.
________________________________
http://ron-droid.blogspot.com
Thank you
Sent from my Nexus One using XDA App

How to promote android app?

I have developed my first android app - Alarm Clock Wise. I dont knw how to promote it and increase users.
Can any one please tell me what can i do to promote my app.
I have submitted it on almost every review sites, but download has not increased.
Link:
Google Play Link
Click to expand...
Click to collapse
Thank you
saqibvohra93 said:
I have developed my first android app - Alarm Clock Wise. I dont knw how to promote it and increase users.
Can any one please tell me what can i do to promote my app.
I have submitted it on almost every review sites, but download has not increased.
Link:
Thank you
Click to expand...
Click to collapse
exellent app. made it with tasker?
Sent from my KFTT using xda app-developers app
persano said:
exellent app. made it with tasker?
Sent from my KFTT using xda app-developers app
Click to expand...
Click to collapse
Glad you like it and Dont knw what tasker is
saqibvohra93 said:
Glad you like it and Dont knw what tasker is
Click to expand...
Click to collapse
Better section to ask this same question and answer to many of your questions Here
Hope this helps you.
Thanks
Looks great
Try admob and pay per install offered by many websites.
XDA?
Sent from my LG-LS970 using xda app-developers app
android app developer
it is damn easy man,
using Social Media Marketing,Use Your Own Mobile Site,Endorsements,Get Your Users To Rate Your App,Make Your App Buzz-Worthy!
I often review Android apps on my site called www.appdigy.com
I doubt you will get a MASSIVE increase in downloads but a small bump might be possible.
Marketing Your Apps
ASO - App Store Optimization is the art and science of increasing apps tore downloads organically. Here are the tools and steps you can use (in order) SOCIAL MEDIA -->> YOUR VIDEOS --->> YOUR WEBSITE --->> YOUR BLOG --->>SEARCH ENGINES and then to --->>> THE APP STORE.
You can ask me more about how it is done! I am glad to be of help
Social media is the way
I agree with LoganTJM
Virosis on Google Play by Slide Games
At google+, search "Android", then post your app on those communities and try to get people download it.

Getting started making apps?

Hey guys I was wondering if anyone knew the programming lang that u use when coding apps for android . I got a c++ book from library but I'm thinking its not what I need . I want to get started and try to do apps .
Sent from my SAMSUNG-SGH-T989 using xda app-developers app
nickelz34 said:
Hey guys I was wondering if anyone knew the programming lang that u use when coding apps for android . I got a c++ book from library but I'm thinking its not what I need . I want to get started and try to do apps .
Sent from my SAMSUNG-SGH-T989 using xda app-developers app
Click to expand...
Click to collapse
Try Eclipse, my honey
Sent from my Xperia U using xda premium
You ideas and passion!
Sent from my GT-I9300 using xda app-developers app
1. Java.
2. Official Docs.
3. StackOverflow.
4. Google.
Good luck!
I've always said anybody can learn to program... once people find that out i'll be out of a job
Google has some good documentation on getting started:
developer.android.com/about/start.html
I'd also recommend finding a good 'learn to program android' website and work through the tutorials (there are quite a few).
Have Fun!
nickelz34 said:
Hey guys I was wondering if anyone knew the programming lang that u use when coding apps for android . I got a c++ book from library but I'm thinking its not what I need . I want to get started and try to do apps .
Sent from my SAMSUNG-SGH-T989 using xda app-developers app
Click to expand...
Click to collapse
It will not work with c++. Better you start learning java and xml and devlop simple apps. Java will be used to implement logical part in your app, XMl will be used for designing your application.
It can't hurt to learn C++, its a great language to pick up on. But if your looking to make android apps/games I would suggest Java, it can be used on so many platforms and is a big "all around" language. Good luck!
Sent from my SGH-I897 using xda premium
mammallama said:
It can't hurt to learn C++, its a great language to pick up on. But if your looking to make android apps/games I would suggest Java, it can be used on so many platforms and is a big "all around" language. Good luck!
Sent from my SGH-I897 using xda premium
Click to expand...
Click to collapse
I'm in the same situation as thread starter and after weeks of trying to come to a conclusion I still haven't landed on a decision.
20 years ago I used to program in basic and was quite good at it, then career choice and personal life took over and I haven't programmed since. With the possibilities that Android gives I want to get back into programming to make some job related apps on my spare time, now fairly well what the end result should be, but to get there is another thing.
I see you mention Java and that is the one language I have scrapped during my research due to all the security issues with the language the last couple of years, could anyone or yourself please elaborate on why Java is a good choice, besides "all around" language?
Forgive the n00b-ish question, but we all have to start somewhere.
Piddi1 said:
I see you mention Java and that is the one language I have scrapped during my research due to all the security issues with the language the last couple of years, could anyone or yourself please elaborate on why Java is a good choice, besides "all around" language?
Forgive the n00b-ish question, but we all have to start somewhere.
Click to expand...
Click to collapse
cuz android apps are written in java.
out of ideas said:
cuz android apps are written in java.
Click to expand...
Click to collapse
at least some of them) for now you can also code your apps in c++, c# or even javascirpt. But i believe java is the most documented language for desining android applications.
Learn Java first. That's the best one to develop apps for Android. Though you can always use c++ via ports available or c++ with qt.
Also I would suggest you to use Eclipse as the IDE because Android Studio is quite buggy and for the most time you will be just resolving issues with it.
For learning, android developer is the best source also you can refer to kilo bolt. It had good tutorials on Android and Java.
Sent from my LT26ii using xda app-developers app

hello friends..i m new here..and i want to devlope android apps...but i dont no how ?

Sent from my GT-S5830i using xda app-developers app
You could probably just use Google and find some tutorials on how to get started, its always hard getting started but you'll get there. By the way its "know" instead of "no"
Sent from my SGH-I897 using xda premium
amolgosavi said:
hello friends..i m new here..and i want to devlope android apps...but i dont no how ?
Click to expand...
Click to collapse
Hey,
To start with you need to Learn Java. All (mostly) android apps are written in Java.
You need an IDE. Eclipse (or) Android Studio is Recommended
If using Eclipse, You need the Android SDK and ADT Bundle
Then You need Google and StackOverflow for all your doubts and problems
And last, You need some awesome Ideas to make some great apps
So, Good Luck and All the best ! Hope to see your apps soon ... ! :good:
thanks friends for your suggetions:thumbup:
Sent from my GT-S5830i using xda app-developers app
I have seen this presentation were someone can make Android apps really fast. Don't even think you need programming skills and you can make as many apps as you want. Maybe this is helpfull for you...
Android App Maker
You can start by downloading the ADT Bundle from official Android page.
Then start some kind of Hello World program and learn about activity life cycle.
When I start I found Vogella page very helpful for newbie Android developer, you can have a look there too.
Best

Andrpid game developement

Hello I want to develop a small app using Aide but I didnt know any codes. Could anyone help me in learning some codes like adding a button changing themes etc.
Please
Sent from my GT-S7562 using xda premium
First thing: You don't want to code a game, you want to learn java.
Second: Check out the million of Tutorials in the web, ask here if you have a specific question.
I'd love to learn how to make a game for Android. Already made one app already but not sure where to start for Android game development
http://forum.xda-developers.com/showthread.php?t=1753131
Sent from my GT-I8190 using XDA Premium 4 mobile app
markyosullivan said:
I'd love to learn how to make a game for Android. Already made one app already but not sure where to start for Android game development
Click to expand...
Click to collapse
Head to w w w . kilobolt . com (sorry, can't post links yet), there you will find a nice tutorial about Java basics and game development with LibGDX. Based on my experience it is a good start atleast, from there it is up to you.
Have fun! ^^
are there any essential differences between the andengine and kilobolt etc?
markyosullivan said:
I'd love to learn how to make a game for Android. Already made one app already but not sure where to start for Android game development
Click to expand...
Click to collapse
If you want to develop Games for Android, have a look on different GameFrameworks (For example LibGDX or GameClosure). Then look for Tutorials for the framework So you can simply learn how to create games.
Greetz
There are many frameworks to develope games (libgdx, unity, corona).
The difficult is understand the differences and what is the better to use ...
banerjeeayan1996 said:
Hello I want to develop a small app using Aide but I didnt know any codes. Could anyone help me in learning some codes like adding a button changing themes etc.
Please
Sent from my GT-S7562 using xda premium
Click to expand...
Click to collapse
A very good language for beginners is basic4android. There is a free version of the development IDE and a lot of "easy to understand" examples.
angeand said:
There are many frameworks to develope games (libgdx, unity, corona).
The difficult is understand the differences and what is the better to use ...
Click to expand...
Click to collapse
Try Construct 2, its mostly visual.
I think, you can try using Unity Engine. There are a lot of tutorials, video lessons and other information about it. You can download ready game and learn it part by part. I can send you some useful links if you want.
What r u waiting for just send me links
Sent from my GT-S7562
Use Unity, you can learn it easy because internet is full of Unity tutorials.

Categories

Resources