How to make an app for a website? [closed] - android

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I'm planning on making an app that can access posts from a WordPress blog and display them. I would start with iOS but I could use cross-platform frameworks too. I'm looking for something more programming-oriented instead of a drag and drop interface so that I can have extensive options for further development. What is the best code-based way to display blog posts from a WordPress site? I'm aiming towards something similar to the CNET app. Does anyone know how they made theirs?

I would just install a theme that is responsive, so that it's mobile friendly. By the way you asked the question, this sounds pretty ambitious. However, if you want to get your feet wet, consider looking into PhoneGap / Cordova perhaps.

Related

Development of an API [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 months ago.
Improve this question
I hope you are doing well.
I have a project to do at school, it's about developing an API to link three applications from different platforms to a single database. It will be a desktop, mobile and web application. But problem, I've never developed an API and I don't know where to start. I would like you to tell me how to do it (which language to use, which software I need and if you can advise me on specific courses), or at least give me indications on how to search. I heard that we could develop some with Python which is a language that I use often, so if there are indications that can go in this direction as well. Thank you so much.
Based on knowledge about python i recommend to use Flask framework to create your api and you can find a lot of youtube videos can help you
i hope that i was helpful for you good luck

What are your experiences developing a web page designed for mobile? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 5 years ago.
Improve this question
What are some of the pros and cons of developing a web page designed to be viewed on a mobile device? Could it be built to support gestures? What about the performance? Is it close to native or would there be jitters?
From my experience as an iOS developer, and someone who can do simple web sites:
I recommend doing native apps unless you are on a low budget and don't need functionality like gestures, camera use, etc. There are lots of hybrid apps that actually launch a simple app with a single web browser view. These come at the cost of unexpected layout errors.

What technology uses this tree games app? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I found these 3 app on Play Store and want to base my learning course on what tehnology are they make.
https://play.google.com/store/apps/details?id=com.TreetopCrew.VirtualBeggar
https://play.google.com/store/apps/details?id=com.outerminds.tubular
https://play.google.com/store/apps/details?id=org.nanobit.cheftown
So my questions are how to make it and focus my learning on technologies they use. What frameworks is best to use and stuff like that.
I know to make basics app till now, with standard design and fuctionality, but want to learn more.
I know that the last one is little more complex, but I have a free time and want to learn, so any help will be appreciate.
Thx
I would suppose you received down votes as this is not really a question for stackoverflow. As commonsware stated, it is best practice to reach out to the developers and see if they are willing to divulge any info on what they used to develop their apps. As well there are multiple resources out there for starting game development in android. One that comes to my mind is XDA, but even just using google to dig around.
Here is a link to a game development thread on XDA
http://forum.xda-developers.com/showthread.php?t=1753131
And here is a link to the development thead mentioned in XDA
http://www.kilobolt.com
Stackoverflow is more designed and targeted to specific code problems/questions. It is not meant for individuals to ask for "how do i make this" questions.
For reference, please see the link below on what should be asked here on Stackoverflow
https://stackoverflow.com/help/on-topic

Implementing floating app...where to start [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I would like to create a floating app - an app that floats/hovers over other apps. Something along the lines of what the good folks at Floating Apps have achieved. But i am lost as to where to begin with such an effort.
I understand the conventional way of creating an app but i am at a loss thinking about how to get started on creating a floating calculator.
Can anyone point me in the right direction or get me started? Appreciate your inputs. Thanks.
While I don't know how your particular example works, if you've been paying attention to various UI/UX experiences on Android you might have heard about Facebook Chat Heads which has a similar float over existing app feel.
You may want to start here for your investigation:
What APIs in Android is Facebook using to create Chat Heads?

Build an online application like facebook android [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I am trying to build an online application for movie management. I want the application to be an online one, could any have inputs as to how to build it, as in currently i am downloading each of the dynamic content and loading the layouts which is highly inefficient. Could anyone suggest a better procedure to make an online application and guide for the same.
https://developers.google.com/eclipse/docs/endpoints-androidconnected-gae
That link will show you how to make a Google app engine project. The easiest way to use an online database with android. You can post, and get with very little code. What you do with the data you get back is up to you... Throw it into list views, text views, fragments, etc. But yes this is the best place to start as you need an online database or a social network would not work at all. I suggest you do the above totural and then come back with some more questions. Hope this helps!

Categories

Resources