All Projects → immadisairaj → Quiz

immadisairaj / Quiz

Licence: mit
An android application which uses Open Trivia Api.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Quiz

AndroidDevTools
收集整理Android开发所需的Android SDK、开发中用到的工具、Android开发教程、Android设计规范,免费的设计素材等。
Stars: ✭ 7,284 (+21323.53%)
Mutual labels:  gradle, android-studio
Android Tech Docs
Android官方技术文档翻译
Stars: ✭ 460 (+1252.94%)
Mutual labels:  gradle, android-studio
T Mvp
Android AOP Architecture by Apt, AspectJ, Javassisit, based on Realm+Databinding+MVP+Retrofit+Rxjava2
Stars: ✭ 2,740 (+7958.82%)
Mutual labels:  gradle, retrofit
Awesome Third Library Source Analysis
📖 Deep understanding of popular open source library source code (optimizing...)
Stars: ✭ 866 (+2447.06%)
Mutual labels:  retrofit, butterknife
Gradle Advanced Build Version
A plugin to generate the Android version code and version name automatically based on git commits number, date and ...
Stars: ✭ 545 (+1502.94%)
Mutual labels:  gradle, android-studio
MVPHulk
Android MVP 快速集成方案 (支持AndroidX)
Stars: ✭ 19 (-44.12%)
Mutual labels:  retrofit, butterknife
Geeknews
📚A pure reading App based on Material Design + MVP + RxJava2 + Retrofit + Dagger2 + Realm + Glide
Stars: ✭ 3,496 (+10182.35%)
Mutual labels:  retrofit, butterknife
Globallydynamic
Dynamic Delivery everywhere through a common API
Stars: ✭ 248 (+629.41%)
Mutual labels:  gradle, android-studio
Arcgis Runtime Samples Android
ArcGIS Runtime SDK for Android Samples
Stars: ✭ 518 (+1423.53%)
Mutual labels:  gradle, android-studio
Android Studio Poet
Generate large Android Studio projects
Stars: ✭ 489 (+1338.24%)
Mutual labels:  gradle, android-studio
OLA Play Music App
Music Streaming App
Stars: ✭ 27 (-20.59%)
Mutual labels:  retrofit, butterknife
Android Basic Samples
Google Play game services - Android samples
Stars: ✭ 934 (+2647.06%)
Mutual labels:  gradle, android-studio
Retrofit-with-EventBus
Retrofit With EventBus
Stars: ✭ 21 (-38.24%)
Mutual labels:  retrofit, butterknife
SilverScreener
A feature-rich movie guide app, that lets you discover movies from TMDb.
Stars: ✭ 24 (-29.41%)
Mutual labels:  retrofit, butterknife
FastWaiMai
仿写美团外卖电商项目
Stars: ✭ 123 (+261.76%)
Mutual labels:  butterknife, android-studio
The Pit Of The Android Studio
👍 👍 👏 🌟 ⭐️ ⭐️ Everything about the Android Studio and Intellij IDEAfor example:Install,common problems and solutions,each libraries for android and androidx library,code and peoject templates,etc.全面总结Android Studio以及Intellij IDEA的填坑指南,详解AS版本号、Gradle版本、BuildTools三者的对照关系,AS模板配置,gradle插件,Android自带注解库详解,support详解等干货。
Stars: ✭ 296 (+770.59%)
Mutual labels:  gradle, android-studio
Android Development Aircraft Carrier
打造安卓开发航空母舰,Android Studio 使用集锦
Stars: ✭ 138 (+305.88%)
Mutual labels:  gradle, android-studio
Acgn Community
A community app for news,animation,music and novels developed material design style.
Stars: ✭ 193 (+467.65%)
Mutual labels:  gradle, butterknife
Android Tips Tricks
☑️ [Cheatsheet] Tips and tricks for Android Development
Stars: ✭ 4,496 (+13123.53%)
Mutual labels:  gradle, android-studio
Light Novel Library wenku8 android
[CASUALLY MAINTAINED] 轻小说文库 (Wenku8.com) 安卓版第三方公益App,始于2014年的Material Design风格、无广告、不盈利、Google Play上安装包最小的轻小说阅读器(light novel reader)。目前除了网站的API以外,还添加了我自己架的Cloudflare Worker 中继节点用来突破网站API的限制 wenku8-relay.mewx.org.
Stars: ✭ 772 (+2170.59%)
Mutual labels:  gradle, android-studio

Quiz Android App

Watchers Star Gazers Forks

License: MIT Gitter Build Status codecov Open Issues PRs Contributors

Communication

Our chat channel is on gitter here

Development

A native Android app using Java for writing code.

Installing

  • Fork the repository.
  • Clone the repo using the terminal command. Make sure you replace username with your GitHub username.
git clone https://github.com/username/Quiz.git 

First time contributors can read CONTRIBUTION.md file for help regarding creating issues and sending pull requests.

Setting up the Android Project

  1. Download the Quiz project source. You can do this either by forking and cloning the repository (recommended if you plan on pushing changes) or by downloading it as a ZIP file and extracting it.

  2. Open Android Studio, you will see a Welcome to Android window. Under Quick Start, select Import Project (Eclipse ADT, Gradle, etc.)

  3. Navigate to the directory where you saved the Quiz project, select the root folder of the project (the folder named "Quiz"), and hit OK. Android Studio should now begin building the project with Gradle.

  4. Once this process is complete and Android Studio opens, check the Console for any build errors.

  • Note: If you receive a Gradle sync error titled, "failed to find ...", you should click on the link below the error message (if available) that says Install missing platform(s) and sync project and allow Android studio to fetch you what is missing.
  1. Once all build errors have been resolved, you should be all set to build the app and test it.

  2. To Build the app, go to Build>Make Project (or alternatively press the Make Project icon in the toolbar).

  3. If the app was built successfully, you can test it by running it on either a real device or an emulated one by going to Run>Run 'app' or pressing the Run icon in the toolbar.

Libraries used and their documentation

API Used

Open Trivia Docs

Used Encoding encode=url3986

Screenshots

Built With

  • Android Studio 3.4.1
  • Gradle 3.2.1

Code of Conduct

This project Code of Conduct is under the Contributor Covenant, see the CODE_OF_CONDUCT.md for more details.

License

This project is licensed under the MIT License, see the LICENSE.md for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].