Jump to content

Are there any frameworks that I can use in developing a Native Android App? And also, how do create styles in native android? Like do I use some kind of css-like thing in this?

Developer by day, Gamer by night

CPU - Intel i7 4770k | MOBO MSI G45 Gaming | RAM - G.Skill RipJaws X 1600mhz 4x4gb CL7 | CASE - NZXT H440 | GPU - MSI R9 290 | PSU - Corsair RM850 | SSD - Samsung 840 EVO 128gb | HDD - Western Digital Black 2TB

Link to comment
https://linustechtips.com/topic/318350-native-android-development/
Share on other sites

Link to post
Share on other sites

Are there any frameworks that I can use in developing a Native Android App? And also, how do create styles in native android? Like do I use some kind of css-like thing in this?

I don't exactly understand what you are asking.

Are you asking for a program to make Android apps? 

"We're all in this together, might as well be friends" Tom, Toonami.

 

mini eLiXiVy: my open source 65% mechanical PCB, a build log, PCB anatomy and discussing open source licenses: https://linustechtips.com/topic/1366493-elixivy-a-65-mechanical-keyboard-build-log-pcb-anatomy-and-how-i-open-sourced-this-project/

 

mini_cardboard: a 4% keyboard build log and how keyboards workhttps://linustechtips.com/topic/1328547-mini_cardboard-a-4-keyboard-build-log-and-how-keyboards-work/

Link to post
Share on other sites

I don't exactly understand what you are asking.

Are you asking for a program to make Android apps? 

Nope. Frameworks. Are you familiar with Spring, Struts, iBatis? Those are frameworks used in Developing Web App in java right. Are there any same frameworks in android? Im using android studio ATM. Just to be clear. :D

Developer by day, Gamer by night

CPU - Intel i7 4770k | MOBO MSI G45 Gaming | RAM - G.Skill RipJaws X 1600mhz 4x4gb CL7 | CASE - NZXT H440 | GPU - MSI R9 290 | PSU - Corsair RM850 | SSD - Samsung 840 EVO 128gb | HDD - Western Digital Black 2TB

Link to post
Share on other sites

Nope. Frameworks. Are you familiar with Spring, Struts, iBatis? Those are frameworks used in Developing Web App in java right. Are there any same frameworks in android? Im using android studio ATM. Just to be clear. :D

No, actually I'm not '-'

Either way, Android Studio is the standard thing you use for Android programming ( it used to be Eclipse).

You can use some other programs sometimes too, such as Unity3D

"We're all in this together, might as well be friends" Tom, Toonami.

 

mini eLiXiVy: my open source 65% mechanical PCB, a build log, PCB anatomy and discussing open source licenses: https://linustechtips.com/topic/1366493-elixivy-a-65-mechanical-keyboard-build-log-pcb-anatomy-and-how-i-open-sourced-this-project/

 

mini_cardboard: a 4% keyboard build log and how keyboards workhttps://linustechtips.com/topic/1328547-mini_cardboard-a-4-keyboard-build-log-and-how-keyboards-work/

Link to post
Share on other sites

Android has it's own API that you use along with the regular Java API. So basically you're using the Android Application Framework by default. I wouldn't look into anything else until you learn to use it first.

 

Android has pretty good documentation for everything (linked above). It includes API documentation as well as tutorials, guides, and best practices. For example here's a page on Styles and Themes. You'll be working in an XML style with Android specific tags/attributes.

 

I personally like IntelliJ for an IDE. It gives you live updates for your UI changes and advice as you code which is handy. Haven't tried Android Studio or Eclipse (for Android development) myself so I can't say if it's better/worse.

Link to post
Share on other sites

Android has it's own API that you use along with the regular Java API. So basically you're using the Android Application Framework by default. I wouldn't look into anything else until you learn to use it first.

 

Android has pretty good documentation for everything (linked above). It includes API documentation as well as tutorials, guides, and best practices. For example here's a page on Styles and Themes. You'll be working in an XML style with Android specific tags/attributes.

 

I personally like IntelliJ for an IDE. It gives you live updates for your UI changes and advice as you code which is handy. Haven't tried Android Studio or Eclipse (for Android development) myself so I can't say if it's better/worse.

Android Studio is based on IntelliJ. 

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×