Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Are there any ready-made mobile HTML5/CSS3 templates available on the net (for webapps). I don't want to have a native look nor want a native look with webapps. But I want kewl eye-catching designs with a lot of colors. As I'm a developer I'm a super noob at designing. Let me know if you guys use any resources.
P.S.To be specific I needed it for holding two countdowns (placeholders) & 2 images.
I usually look at DeviantArt for UI ideas,
http://browse.deviantart.com/?qh=§ion=&q=iphone+app+template
From there you could find one you like and code it.
Also look at this link for a backbone template,
http://html5boilerplate.com/mobile
A simple google search would have led you here...
Web Application Templates
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I am new to Android Application Development. As an Android Developer it is better to have a source, PDF file etc that contains the whole list of UI components of Android application with their names and screenshot.
For example:
Titlebar:
Navigation Side Menu:
Etc.
Before negative marking my question please note that i did lot of search for this purpose and right now i am at the Material Design, tutlane, and android developer official website. But the content there is spread and not collected to keep it as a pocket document. Can anyone have a source of such information to share here. Thanks !!!
See this site about material design. I think big part of views are described and showed there.material.io
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I need a tool where the user can draw an flowchart easily, and export this to a HTML and CSS file.
My intention to save this HTML code in a database, and get this from my android app, and show this in a Webview.
Do you know some flowchart tool for to do that?
Thank you!
Have a look into Lucid Chart API, I know there is an embed code option, which could help you, but there's always a save the charts to an image file.
There might be a specific tool out there to do that function, but I am guessing it would be difficult to find or require an upfront cost to use. I would anticipate that you most likely will have to strap something together yourself.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
AngularJS has some useful directives like ng-repeat that allow us to render repetitive elements easily, is there something that simplifies this on Android apps? It would be useful for creating something like a newsfeed, or message board, etc.
You can use ionic framework.
Refer : http://www.ionicframework.com
Yes, there is Ionic like Monika said or if you want another one less complicated then you can try Mobile Angular Ui http://mobileangularui.com/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm a web developer but I'm moving in the app development direction. I was just wondering if there is a possibility to buy and download ready made themes that you can use in the development and tweak to your desires? Both for Android and iOS. Thinking about sites similar to themeforest and so on. I did search themeforest but couldn't find more than a couple of themes for app development.
Check out this link
But it's better you learn to create your own themes from scratch since you may run into errors in the long run and will need to know how to go about it
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
One of my applications is getting more and more popular, and I'd like to support multiple languages, but there are a few problems:
I don't know every single language out there
I'm actively developing the application, so strings change and new ones are added - often
That's why I've been looking at the possibilities of an online community translation tool. I'd like for it to be free and open source, and it'd be great if it supports Android!
Sorry if this is off-topic, I was a bit unsure, but I think it's a problem that many Android developers have to deal with.
For WordPress for Android we use GlotPress, you can upload your strings.xml and it will create sub projects for whatever language you want. You can then invite users to translate the project to their native language.