Android application framework - android-framework

I'm new to android app development. I've looking to build a traditional database driven app in which the app will store/retrieve data from a local data store. Can anyone help me get started with a framework or " Can someone point me to sample apps that do this

Visit the developer site for Android application development.
Android Developer site

Related

App in react native. i need to build a system for backend data management for download of forms/documents through the app

I am complete newbie developer so forgive the silliness.
I am building an app where the users can download some forms/documents.
I want the forms to be on platform/cloud (such as onedrive) where the users can download it from and also where I can keep updating the forms/documents.
I do not know what system/process/api/cloud caters for this need.
Please I need the system to be cheap if not free.
thank you

How can I see the crash reports of IOS App which is not yet there in the Apple Store?

I am new to iOS platform(SWIFT - iOS9- Xcode7.3), I developed one Social Networking app in Swift and want to see crash reports of the app in the mobile as well as in Xcode. I did the process of Certifications,App ID, Provisioning Certificates and all...(whether all these are necessary for testing the app) I started with test-flight but I am not finding their SDK. So how to go with the step by step process of testing the iOS app before I go with the production.
Let me know if there are any other tools other than test flight. or What is the right way to do the process of testing and then production to the Apple Store. I dint find any proper answers please help.
Test flight is integrated with apple iTuneConnect app store build,As of now you can not get the crash report for beta build. App store build will not share the crash report to developer until it was not shared by user device (by enabling Share with app developer setting).There are many crash reporting tools
I will recommend to use fabric

How to automate multiple iOS apps in a single session

I am trying to run automation on multiple iOS apps. Beside this out of the 2 apps , one app is not created by me. It is a third party app downloaded from app store would i be able to execute the command on that third party app(as it is not signed by development profile). It would be great help if anybody could suggest me some tools that can be used for automating multiple iOS apps.
You cannot run instruments on multiple apps in the same session. You would have to launch a new instance of instruments each time your context switched.
In the simulator, this is currently impossible as instruments closes the app its automating when the automation completes.

Is it possible to test PhoneGap applications using MonkeyTalk?

After reading monkeytalk faq from http://www.gorillalogic.com/testing-tools/monkeytalk/documentation/monkeytalk-faq :
How does it all work?
MonkeyTalk is a complete functional testing platform for mobile applications. Currently, it supports testing native iOS and Android apps.
Can I test HTML5 web apps?
No. Our initial release of MonkeyTalk comes with an iOS Agent and an Android Agent. That being said, we understand the importance of HTML5 apps, particularly in the mobile space. So don’t be surprised if you see an HTML5 Agent some time in the future.
Can I test desktop apps? Windows Phone 7? BlackBerry? Flex Mobile?
No. Our initial release of MonkeyTalk comes with a native iOS Agent and a native Android Agent. That being said, we hope to add more agents in the future.
... I am not really sure I can use monkeytalk to test phonegap applications. Does anyone have any experience?
I talked to the Gorilla Logic guys at the last AnDevCon and they had just cracked the ability to test a WebView inside of a native app. Sadly they could not record a test script but they can play back a manually created script. You may want to talk to Gorilla Logic directly.

Developing a private iPhone tethering app

Recently, an app was released on the AppStore that secretly allowed wifi-tethering from your iPhone. It quickly got pulled by Apple. Out of curiosity, are there any libraries for the iPhone SDK that helps developers write an application that does the same thing? I'm assuming you can deploy the app to your iPhone for testing purposes without publishing to the AppStore is that correct?
UPDATE
I found this link as I was writing the question, so it looks like deploying the app to your own iPhone is not a problem as long as you have a developer certificate. So my only question then is regarding any libraries or code examples that can help with this tethering/proxy solution.
looks like there's some open source code already posted - https://github.com/tcurdt/iProxy/wiki