[ad_1]
To get this product on 50 p.c low cost contact me on this link
Overview
Askk is a good answer for individuals who have to rapidly construct a cellular app the place individuals can query any query and get responds without cost kind the group
* In case your machine will present a Toast message saying “Can’t open file”, simply obtain the Astro File Manager app right here: https://play.google.com/store/apps/details?id=com.metago.astro&hl=en
and use it to put in the APK. This might occur due to new Android Security choices *
XSApp is a HTML/CSS theme to create your superior App Landing Page very quickly. Clean, fashionable design, completely different header colours, straightforward to customise.
VintyMag is an entire Magazine/Newspaper WordPress Theme the place you possibly can showcase your weblog information in an old school look. It is simple to put in and configure, and it’s got Four completely different Home and Categories layouts.
Description
Askk is a full-working template (UI + Source Code) the place individuals can submit, browse or edit questions and responds, assist customers who have to know one thing about any matter or simply get responds to their very own questions.
Users are additionally allowed to submit nameless questions/responds, report inappropriate content material/customers, like and dislike responds, and share inquiries to social community apps, e mail, and SMS.
The Admin ought to day by day test the database for reported content material/customers, and take motion for it.
The design is clear, code is commented and undertaking folders and recordsdata are properly organized within the package deal.
• Check out the Features part beneath to see what this app does.
• Read the online Documentation to discover ways to configure the template’s options and the database (Parse Dashboard).
• Keep a watch to the Change Log on the underside of this web page when an replace will get launched.
Backend
It’s backend is by Parse Server and it’s hosted on back4app – NO MySQL database concerned.
Parse Server is versatile, dependable, open supply, primarily based on Node.js and properly supported by a big group of builders, and back4app is a good BaaS internet hosting web site the place you possibly can configure your database, Push Notifications and different options in only a few clicks.
This template contains an intensive on-line Documentation file that explains how one can configure the app’s options and database.
Extended License
As per Envato Marketplace Terms, the Extended License applies to all purposes that cost cash to their customers. In case your customers won’t be charged of cash by means of your personal model of this app, you possibly can nonetheless purchase it below a Regular license.
Therefore, you should purchase this template below and Extended License in case your plans are both a number of of the next:
- Add In-App Purchase or every other Payment Gateway within the supply code and publish the app without cost on the App/Play Store – NOTE: If you need to publish your personal model of this utility for FREE solely, then you possibly can nonetheless purchase it below a Regular License.
- Publish this utility as a PAID app on the App Store.
- Transfer the stay app of your personal verison of this app on the App/Play Store to a different proprietor by promoting your possession on flippa.com or comparable marketplaces.
IMPORTANT: You ARE NOT allowed to promote or share the unique supply code of this template anyplace as a result of copyright infringement
Features
Java/XML language – Native Android Studio undertaking – Edit the template as you want with the ability of Android Studio and Java code.
Android 5.Zero and above, Universal – Run your app on about 80% of Android gadgets
Backend with Parse Server hosted on back4app – Built on an awesome and dependable BaaS that gives many options with only a few clicks, it’s tremendous straightforward to create and arrange a database on back4app, in addition to edit the Parse Server’s SDK code.
Browse and submit Questions or Answers – Users are free to query questions primarily based on a number of classes, limitless instances. They can responds to any query, even anonimously
Search questions by key phrases – Use the highest search area to seek for posts by typing desired search phrases
Filter Questions by Trending, Latest and never responded but, or by selecting a class – The prime scrolling bar shows the class buttons to point out questions primarily based on choice within the Home display screen
Report inappropriate Users or Content – People may also help the Admin by reporting abusive posts or customers, it is a good function to construct a secure and dependable group
Profile display screen with avatar pictures – The account display screen makes you already know who’s in the neighborhood
Edit profile with Name, Username, Email, and so on – Edit your profile and present individuals your identification, make your self reliable
Set the Best reply in a Question’s particulars web page – The query’s proprietor can do this. This possibility offers the group the possibility to rapidly discover good responds within the app
Notifications display screen – Check out who appreciated or despatched you an reply. in case you faucet a row you’ll be redirected to the consumer’s profile display screen
Terms of Use and Privacy Policy HTML file (GDPR compliant) – The template incorporates a ‘tou.html’ file the Admin can edit to show his Terms of Service to the app’s of us.
Push Notifications – With assistance from Parse Push, customers will obtain notifications for likes and new responds
AdMob Interstitial adverts – Get some income from full-screen commercial banners
Modern, clear design – The UI has been rigorously crafted to supply the most effective consumer expertise to your purchasers.
Online Documentation – Read the in depth information of this template to have the ability to configure it correctly.
PSD icons included within the package deal – App and buttons icons are saved right into a PSD folder, for straightforward picture substitute.
Requirements
The newest official model of Android Studio – Beta variations of an IDE often by no means work 100% correctly, and the code of this app has been written utilizing the most recent official model of AS (download it here. You should use it and keep away from Betas.
An Apple Mac or Windows pc, up to date to its newest OS model – It’s all the time good to maintain your pc’s OS updated, expertise retains rising and I comply with its modifications, in addition to updating my templates each time a brand new OS will get launched.
A Google Play Developer Account – This is required so that you can publish apps on the Play Store. You can nonetheless edit and take a look at this template on Android Studio with out that account although.
Basic data of Android Studio and Java/XML language – You don’t have to be a talented or skilled developer, anyway it’s really helpful to have not less than the essential data of what you’re coping with, so as to have the ability to customise this template and publish your purposes on the Play Store.
A free account on back4app.com – You can create and edit your Parse App and database, get the mandatory keys for configurations and take a look at this template without cost. It has limitations although, so please test the Pricing table and contemplate subscribing for a paid plan after your app obtained revealed on the App Store.
An energetic AdMob account – Unless you need to take away adverts on this app, you want to enroll in an AdMob account to show them.
An actual machine to check the app earlier than submitting it to the Play Store – Emulators might fail throughout assessments, they don’t seem to be dependable as an actual machine is, so I strongly advocate you to all the time run this utility on an actual telephone/pill. This can be instructed by Google’s official Guidelines.
Change Log
May 7, 2020
- Updated to Android Studio 3.6.3 - Added this line facet the <utility> tag within the 'Manifest.xml' file: android:requestLegacyExternalStorage="true" This fixes the problem on taking footage with the digital camera on Android 10 gadgets
March 23, 2020
- Added this third-party dependency within the 'construct.gradle' file: // PhotographView - to Zoom pictures implementation 'com.github.chrisbanes:PhotographView:2.3.0' • Downloaded right here: https://github.com/chrisbanes/PhotoView - Replaced the 'qsImagePreview' PictureView with a 'com.github.chrisbanes.photoview.PhotographView' View within the 'question_screen.xml' file, because it follows: <com.github.chrisbanes.photoview.PhotographView android:id="@+id/qsImagePreview" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_below="@id/qsDismissImgPreviewButton" android:scaleType="fitCenter" /> - Replaced: PictureView imagePreview; with: PhotographView imagePreview; on the highest of the 'QuestionScreen.java' file - Edited the 'QuestionScreen.java' file, with a purpose to make you capable of zoom the full-screen picture
March 10, 2020
- Updated to Android Studo 3.6.1 - Added this line on the highest of the onCreate() perform of all Java Activity recordsdata: @SuppressLint("SourceLockedOrientationActivity")
December 23, 2019
- Updated the 'major.js' file to compile with the most recent Parse Server 3.x model | Remember to replace the Parse Server model of your app on back4app from the 'Manage Parse Server' part!
December 17, 2019
- Updated the 'major.js' file to compile with the most recent Parse Server 3.x model. ** NOTE: IF THIS IS AN UPDATE FOR YOU, PLEASE DO THE FOLLOWING: ** 1. Update your Parse Server to the most recent model (presently it is 3.9.0) from the 'Manage Parse Server' part of your Parse App on back4app- until you have already got the most recent model chosen. 2. Upload the up to date 'major.js' file into the 'Cloud Code Function' part of your app on back4app, overwrite the prevailing one and Deploy it.
December 10, 2019
- Updated to Android Studio 3.5.3 - Updated: compileSdkVersion 29 targetSdkVersion 29 within the 'construct.gradle' file.
September 9, 2019
- Fixed a small bug whereas modifying a Question or an reply by changing this line: attachmentImg.setImageBitmap(null); with this: attachmentImg.setImageResource(0); within the 'removePictureButton.setOnClickListener()' perform of the 'PublishScreen.java' file. In the 'QuestionScreen.java' file, I've edited the 'onStart()' perform because it follows: Bundle extras = getIntent().getExtras(); assert extras != null; String objectID = extras.getString("objectID"); qObj = ParseObject.createWithoutData(QUESTIONS_CLASS_NAME, objectID); attempt { qObj.fetchIfWanted().getParseObject(QUESTIONS_CLASS_NAME); // Call perform presentQuestionParticulars(); // error } catch (ParseException e) { e.printStackTrace(); }
Aug 22, 2019
- Updated to Android Studio 3.5
July 17, 2019
- Updated to Android Studio 3.4.2
June 20, 2019
- Installed 'Android 9.0 (Pie)' Platform kind the Android SDK Manager (it is best to do the identical in your Android Studio in case you have not accomplished that but, and the carry out the updates beneath). - Edited construct.gradle (Module: app) file by setting the 'compileSdkVersion and 'targetSdkVersion' into 28 - Did: Refractor -> Migrate to AndroidX, so after doing the instructed Refractor, some dependencies modified within the construct.gradle (Module: app) file, evaluate your previous recordsdata with the up to date ones. - Updated some dependencies in construct.gradle(Module: app) file, evaluate your previous construct.gradle file with the up to date one to carry out updates - Replaced: import com.parse.ParseFacebookUtils; with: import com.parse.fb.ParseFacebookUtils; in Configurations.java and Intro.java
June 19, 2019
- Edited the 'reportUserButton()' perform in 'Account.java' and the 'reportQuestionButton()' perform in 'QuestionScreen.java' by including a few queries, so now the app will conceal the reported content material after reporting a Use, both within the Account display screen or Question Screen
June 15, 2019
- First launch, Android Studio 5.Zero and above - Native Android Studio undertaking, Java/XML language
Support
For any assist requests, please contact me by means of my Profile’s Contact Form
Rate my Work
Your assist is all the time vastly appreciated, from feedback to product’s opinions, so please click here to rate your purchases!
[ad_2]
To get this product on 50 p.c low cost contact me on this link