free downloadable sample projects How to use downloaded samples in android studio? I have downloaded samples from SDK Manager . Can any one tell me how to use those samples to create a project in android Studio. Import a android code sample. in the main menu but its asking for download again. Where will these samples be placed when i downloaded from SDK manager? How can i use it to create a project? 1 Answer 1. If you can't import the android code sample from android studio, make sure that the path below is not empty : For example you should have android-16, android-19, android-21 folders which contains samples project. EDIT 1 : To find your android sdk path from Android studio : Free downloadable android studio sample projects. Completing the CAPTCHA proves you are a human and gives you temporary access to the web property. What can I do to prevent this in the future? If you are on a personal connection, like at home, you can run an anti-virus scan on your device to make sure it is not infected with malware. If you are at an office or shared network, you can ask the network administrator to run a scan across the network looking for misconfigured or infected devices. Another way to prevent getting this page in the future is to use Privacy Pass. You may need to download version 2.0 now from the Chrome Web Store. Cloudflare Ray ID: 67d9819b78111600 • Your IP : 188.246.226.140 • Performance & security by Cloudflare. Android Example Projects. The lists of Android sample projects in this article illustrate various Android programming techniques. Scroll down or click on these topics for free Android example projects on: The Android projects listed below cover a wide range of subjects. All the following projects were tested in the version of Android Studio available at the time. Studio is a free Integrated Development Environment (IDE) provided by Google for Android app development. (An IDE is a software environment used for writing software, in this case Android apps). All these free Android example projects come with the source code in a zip archive for importing into Android Studio. A tutorial web page provides a lesson for each of the projects. The example source code is ready to run in Android Studio. Extract the sample app project and use Android Studio import. How? Here's a quick guide: Extract the zip file contents to the required location (preserving directory structure). Studio does not move the project. Run Android Studio and use the Import project option. Import is on the New option from the File menu, or on Studio's Welcome screen. (To get to the Welcome dialog close any open projects.) Select the project directory, or the top level build.gradle file in the project directory. Accept the sync Gradle message (if displayed) and wait for the IDE to finish configuring the project (look at the status bar at the bottom of Studio). When the Run icon (play button) on the toolbar goes green the example project is ready to use. When opening projects in updated versions of Studio import errors can occur. See the article Opening Pre-Android Studio 3 Projects for tips on resolving errors caused by updates to Studio. (Import instructions also appear in each zip archive in the file instructions.txt .) Free Projects to Illustrate Android Programming Techniques. This list of Android example projects will expand as other Android tutorials and code examples are added to the site. A full list of all the Tek Eye Android articles can be found in the Index. A few of the Android examples were contributed to the O'Reilly Android Cookbook. The following tables contain: A link to the tutorial article for each Android example project. A link to a zip file containing the source code for the example project that can be extracted and then imported into Studio. In the pipeline: A link to a compiled version of the example as a signed installable Android packages (.apk file). Ready for executing immediately on an Android device or emulator. List of Free Android Example Projects. Article Source Package Your First Android Program HelloWorld.zip planned Start a Second Android Activity secondscreen.zip planned Android String Resources Gotchas stringsxml.zip planned Android AsyncTask Class Helps Avoid ANRs slowprocess.zip planned Different Ways to Code Android Event Listeners codinglisteners.zip planned Testing Android's Activity Lifecycle lifecycletesting.zip planned Saving Activity State in an App when it's Interrupted restorestate.zip planned Use the ZXing Barcode Scanner in an Android App scanbarcode.zip planned Animated Images in Android lights.zip lights.apk Web Search Example In Android websearch.zip planned Android Dice Roller Source Code android_dice_roller.zip Dice.apk Email Contact Form Using ACTION_SEND send-email-example.zip planned Changing the Font for Android TextViews fonts.zip planned Understanding Screen Resolutions and Density density-test.zip planned Android API Demos apidemos.zip planned Android Bitmap Loading bitmap-loading.zip planned. List of Free Android Example List Handling Projects. Article Source Package Add a Simple List to an App simplelist.zip planned Change ListView Text Color in Android redlist.zip planned Two Line Lists in Android two_line_listactivity.zip planned Multi Line ListView Entries in Android multi-line.zip planned Read the Selection From a Multi Line ListView read-multi-line.zip planned. List of Free Android Example UI Projects. Article Source Package Access Android View in Activity view-id.zip planned Displaying a Bitmap in Android imageview-bitmap.zip planned Add a Border to an Android Layout layoutborder.zip planned No Tooltips for Android - Use Hint hintexample.zip planned Limit EditText Input with Attributes and TextWatcher percentage.zip planned Android Portrait and Landscape Screen Layout Example portrait-landscape.zip planned ImageButton Graphics with Inkscape buttonpress.zip planned Android 9 Patch Image Files for Buttons and Borders ninepatch.zip planned About Box in Android App Using AlertBuilder aboutbox.zip planned Swipe View Android Example for Screen Paging text_swiper.zip planned How to Get View Size in Android view-size.zip planned Load Values into an Android Spinner loading_spinner.zip planned Changing Android Spinner Text Size with Styles styling_spinner.zip planned Android Menu Vs Action Bar with Example Code menu-demo.zip planned Context Menu Example for Android context-menu.zip planned SeekBar Demo for Android seekbar-demo.zip planned UI Update Demo for Android is-prime- app.zip planned Pop-up Window Demo for Android android-pop-up.zip planned Android Color Picker Tutorial color-picker.zip planned HTML5 in Android App for WebView Display show-html.zip planned. See Also. There are free Android Developer online samples for the Android SDK available via Studio, see the article Android SDK Samples. View the Tek Eye full Index for other Android articles and other interesting technical articles. There are samples filterable by language and technology type on the Android Developers website. For some interesting fun facts on Android see the Android Infographic at techjury. Archived Comments. Leo Stalin on January 9, 2013 at 10:56 am said: I am an Android programming beginner. Tek Eye on January 9, 2013 at 4:45 pm in reply to Leo Stalin said: Install Android Studio – https://tekeye.uk/android/android-studio-windows-install If not using you own device setup an AVD – https://tekeye.uk/android/set-up-an-android-virtual-device-for-app-testing Run your first Hello World app – https://tekeye.uk/android/your-first- android-java-program Try the SDK sample apps – https://tekeye.uk/android/android-sdk-samples Run through the other tutorials - see the full list in the Index or follow some of the tutorials in order, see Android App Development Course. Arun kumar G on February 9, 2013 at 2:41 pm said: Hello Sir. This is very useful for me as I’m trying to get into the Android field. I need your help a lot sir. Definitely I’ll utilize you a lot. Thank you Sir. Bimal on February 23, 2014 at 6:00 am said: Hi! I’m very new in android. I’m a VB developer. Now I need a simple project as follows. How can I get this project. I need source code with full comment. After reading the comment I can compile it my self. I use Android Studio. Thank you. The project should have 5 editboxes, 1 combo and 1 command button. User will enter numbers in EditBox1. The length may be 16-18 numbers. Then user will select a item from combo. Combo should have 5 items. Then user will click on the button. In click event of the button, I want first 5 number need to go in EditBox2. Second 4 number need to go in EditBox3. Rest of the number need to go in EditBox4. In the last textbox number length may be 7,8 or 9. After breakdown of the string I want to find sum of all EditBoxes: Editbox1 + Editbox2 + EditBox3. Then I want to subtract a number from the sum value. (Editbox1 + Editbox2 + EditBox3) – a number like 5560 or 6612 or 4258 etc. The subtraction number may be variable, because it depends on list item selected by user. Then I want the result in a Editbox5. I need this project in email. My email is [email protected]. If it is payable I will pay for this. Tek Eye on February 24, 2014 at 8:35 am in reply to Bimal said: If you are familiar with VB take a look at these alternative Android programming IDEs: B4A – https://www.b4x.com/b4a.html (Previously called Basic4Aandroid) NS Basic – https://www.nsbasic.com/ Monkey 2 – http://monkeycoder.co.nz/ Vladislav Bauer on August 10, 2014 at 11:56 am said: A lot of useful open source libraries, tools and projects could be found here: https://android-arsenal.com/ Tek Eye on August 11, 2014 at 10:42 am in reply to Vladislav Bauer said: Thanks for the link, a good place for Android developers to browse for components and other useful items. Arya on October 4, 2014 at 5:45 am said: Good one. Sushmita Singh on October 1, 2015 at 10:00 am said: Hey I want an shopping site related mini project. Asad on October 8, 2016 at 3:39 pm said: How to open zip files in android studio? Tek Eye on October 10, 2016 at 7:26 am in reply to Asad said: Extract the files first. A good utility for zip files is 7-Zip. Instructions for Studio are at the top of this page. Geethadevi on January 29, 2017 at 7:39 am said: Useful to illustrate the Android programming techniques. Author: Daniel S. Fowler Published: 2011-11-23 Updated: 2019-07-21. Do you have a question or comment about this article? (Alternatively, use the email address at the bottom of the web page.) ↓markdown↓ CMS is fast and simple. Build websites quickly and publish easily. For beginner to expert. Android SDK Samples as Examples for Guidance. If you are new to programming on Android devices it can sometimes be difficult to figure out how to achieve a particular task, especially when the documentation is sketchy or does not provide any example code. Looking at existing working code is always a good way to learn. Stuck on Using an Android API? Try a SDK Example App. The Android Software Development Kit (SDK) comes with free example App projects. These sample programs can be picked apart to see how they function. Update: Google no longer provide the SDK samples as a download. Now samples are imported from the online Google github repository. They can be accessed from the Android Studio start-up screen Welcome to Android Studio . (To access the start-up screen close any open project in Studio). From the start-up screen select Import an Android code sample . The remainder of the article is kept for historical purposes only. The Old Way Get the Sample Projects. To download the SDK example Apps use the SDK Manager, installed with Android Studio or the standalone Android SDK, see Keeping the Android SDK Updated. In the android-sdk folder there is a samples folder. The samples folder has a sub-folder for every API level sample Apps that have been downloaded. The samples are grouped by functionality using further sub-folders. Android SDK Legacy Samples. Prior to Android Studio being Googles preferred Integrated Development Environment (IDE) the IDE was used. The Android SDK samples could be imported to Eclispe and run. With the release of Android API level 18 (Android version 4.3) all the previous API samples were placed into the legacy sub-folder. New samples were added, organised into further sub-folders, that support the Gradle build system provided with Studio. Here, in the following table, is a list of the Android legacy sample Apps. The API column indicates which API level SDK the example App was first seen. The sample is usually in subsequent API platforms but not always. (For example the NFCDemo first appears in API 10 then again in 14 and 15 before disappearing from 16 and 17. Fortunately you can load example Apps from early APIs to run on later APIs.) List of Android Legacy Sample Projects With Source Code. Name Folder Name Summary API Accelerometer Play AccelerometerPlay Use of the Accelerometer 10+ Action Bar Compatibility ActionBarCompat Using the Android 3.0 Action Bar functionality in pre-Android and post-Android 3.0 Apps 14+ Android Beam Demo AndroidBeamDemo Transmission between two devices via NFC 14+ API Demos ApiDemos Demo showing general Android interfaces and topics 7+ App Navigation AppNavigation Different Navigation Scenarios 15+ Backup and Restore BackupRestore Using the BackupAgent API 8+ Basic Open GL to SurfaceView BasicGLSurfaceView Simple Open GL example 10+ Bluetooth Chat BluetoothChat Transmission between devices using Bluetooth 7+ Bluetooth Health Device Profile BluetoothHDP Connect to a Bluetooth enabled health device 14+ Contact Manager ContactManager Interaction with the systems contacts provider 7+ Cross Compatibility CrossCompatibility Testing SDK build version for version specific functionality 10+ Cube Live Wallpaper CubeLiveWallpaper Example of building an packaging a live wallpaper 7+ Gesture Builder GestureBuilder Detect and store gestures 7+ Media Effects HelloEffects Add media effects to images and videos 16+ Home Home A home screen replacement 7+ Honeycomb Gallery HoneycombGallery An image gallery built with fragments 11+ JetBoy JetBoy A game that uses JetPlayer to demonstrate SONiVOX JET 7+ Key Chain Demo KeyChainDemo Security certificates and keys management demo 16+ Lunar Lander LunarLander An example game 7+ Multiple Resolutions MultiResolution How to use the resource qualifiers to support multiple resolutions 7+ NFC Demo NFCDemo Reading Near Field Communication tags 10+ Note Pad NotePad An example App making notes 7+ Random Music Player RandomMusicPlayer How to play music on a device 13+ RenderScript RenderScript An example using RenderScript 11+ SampleSyncAdapter SampleSyncAdapter A example of syncing with web based data 7+ Searchable Dictionary SearchableDictionary Using the Android search framework and Quick Search Box 7+ SIP Demo SipDemo Session Initiation Protocol example (Internet telephony) 10+ Skeleton App SkeletonApp A barebones App 7+ Snake Snake An example game 7+ Soft Keyboard SoftKeyboard A keyboard implementation 7+ Spell Checker SpellChecker Spell checker exmaple 14+ Spinner Spinner The App for the testing tutorial see also SpinnerTest 8+ SpinnerTest SpinnerTest A test program for the Spinner testing App tutorial 8+ TicTacToeLib TicTacToeLib Example of using a library 8+ TicTacToeMain TicTacToeMain App that uses the library project 8+ Toy VPN Client ToyVpn Example of a custom Virtual Private Network 14+ Text to Speech Engine TtsEngine Using the Test to Speech engine 14+ USB USB Use of the USB APIs 12+ Voicemail Provider VoicemailProviderDemo Use of the voicemail content provider APIs 14+ Base Recognition Service VoiceRecognitionService Skeleton App for a new Recognition Service 8+ Weather Widget WeatherListWidget A weather Widget example 11+ Widget Preview WidgetPreview Grab a screenshot of a Widget 11+ Wi-Fi Direct Demo WiFiDirectDemo Demonstrating use of the Wi-Fi Direct APIs 14+ Wi-Fi Direct Service Discovery WiFiDirectServiceDiscovery Demonstrating use of Wi-Fi P2P Services 17+ Wiktionary Wiktionary Home screen Widget example 7+ Wicktionary (Simplified) WiktionarySimple A simple Widget example 7+ XML Adapters XmlAdapters Using XMLAdapters to bind data to Views 11+ Using the Legacy Samples Code. The legacy samples have no project files to allow for a project import. However, the legacy samples can be added to a new project. Create a new application named after the legacy sample. Select Add No Activity when asked to select an Activity to add to the new project. Copy and merge the contents of the res folder for the legacy sample into the main/res folder for the new project. Likewise copy the Java class files from the src folders for the legacy sample to the correct main/java folders in the new App. Studio automatically shows the new files in the new project because it reflects the directory structure on the system. Correct any references and namespaces in the Java files due to the new project structure. The copied files may be read only and Studio will display a message when the files are edited. Merge the contents of the legacy sample's AndroidManifest.xml file with the new projects manifest file. Ensuring the activity (with intent-filters ) and uses-permissions sections are correctly copied. Once the legacy sample code is building with no error the App will be ready to run. Android SDK Gradle Example Apps. The following table lists the Android example Apps provided by the various Android SDKs for the new Gradle build system in Studio. List of Android SDK Gradle Build Example Apps. App Summary API admin folder Apps that demonstrate enterprise device management. 21+ AppRestrictionEnforcer App restrictions demo for managed devices. 21+ AppRestrictionSchema UI restrictions demo for managed devices. 21+ BasicManagedProfile Managed Profile API demo. 21+ DeviceOwner Using device owner features. 22+ androidtv folder Demo Apps for Android TV. 21+ leanback Example Android TV UI App 21+ sample-inputs Live TV App demo. 22+ visual-game-controller Game controller demo. 21+ background folder Background tasks demos. 19+ JobScheduler Background tasks scheduling. 21+ RepeatingAlarmSample Alarm activated intent example. 19+ connectivity folder External connectivity demos. 18+ BasicNetworkDemo Network connectivity checking. 18 BasicNetworking Network connectivity checking. 19+ BasicSyncAdapter Background data download. 18+ bluetooth Bluetooth chat. 20+ BluetoothLeGatt Transfer data via Bluetooth. 19+ CardEmulation NFC card emulation. 19+ CardReader NFC card reader. 19+ NetworkConnect Fetching HTML on background thread. 18+ content folder Device content access. 18+ AppRestrictions Restrict profile demo. 19+ AutoBackupForApps Automatic backups settings demo. 23 BasicContactables Contacts search. 18+ documentsUI Directory selection demo. 22+ StorageClient Document providers access demo. 19+ StorageProvider Document provider demo. 19+ webview Accessing restricted feature from a WebView. 22+ input folder Demos detecting touch actions. 18+ BasicGestureDetect Gesture detection. 18+ BasicMultitouch Multi-touch points demo. 18+ media folder Media demos. 18+ BasicMediaDecoder Video decode and rendering. 19+ BasicMediaRouter Route media to secondary display. 18+ Camera2Basic Access the camera. 21+ Camera2Raw Camera access for frame data. 21+ Camera2Video Record video. 21+ HdrViewfinder High dynamic range demo. 21+ MediaEffects Using the media effects API. 20+ MediaRecorder Using the MediaRecorder API for the camera. 19+ MediaRouter Custom media router provider. 19+ ScreenCapture Media Projection API for device screen capture. 22+ nfc folder NFC Provisioning demo. 22+ NfcProvisioning Device provisioning via NFC. 22+ notification folder Notifications demos. 21+ ActiveNotifications How many notifications is the App showing? 23 BasicNotifications Show a notification. 21-22 CustomNotifications Notifications with custom content views. 21-22 LNotifictions New notification types. 21-22 MessagingService Notification messages and Android Auto. 21-22 renderscript folder RenderScript usage. 19+ BasicRenderScript Basic image manipulation. 19+ RenderScriptIntrinsic Using RenderScript built in functions (Intrinsics). 19+ security folder Using device security access features. 18+ BasicAndroidKeyStore Create and store encryption keys. 18+ ConfirmCredential Using device protection in an App. 23 FingerprintDialog Fingerprint authentication. 23 sensors folder Sensor demo. 19+ BatchStepSensor Using the step sensor. 19+ system folder App permissions and usage demos. 22+ AppUsageStatistics Collecting App usage stats. 22+ RuntimePermissions Checking and collecting run-time permissions. 23 RuntimePermissionsBasic Basic use of run-time permissions. 23 testing folder Testing demo. 18+ ActivityInstrumentation Using testing instrumentation. 18+ ui folder User Interface demos. 18+ ActionBarCompat-Basic Action bar demo. 18+ ActionBarCompat-ListPopupMenu Pop-up menu. 18+ ActionBarCompat-ShareActionProvider ViewPager with ShareActionProvider. 18+ ActionBarCompat-Styled ActionBar styling. 18+ AdapterTransition Overlay layout transitions. 19-20 activityscenetransition Scene transitions. 21+ activitytasks/DocumentCentricApps The new FLAG_ACTIVITY_NEW_DOCUMENT intent action. 21+ activitytasks/DocumentCentricRelenquishIdentity Change an activities base activity. 21+ AdvancedImmersiveMode Full screen demo. 19+ BasicAccessibility Accessibility demo. 18+ BasicImmersiveMode Basic full screen demo. 19+ BasicNotifications Show a notification. 18+ BasicTransition Transitions demo. 19+ BorderlessButtons Halo borderless button styling. 18+ CustomChoiceList Custom checkable layouts. 18+ CustomNotifications Notifications with custom content views. 19+ CustomTransition Custom transitions. 19+ DisplayingBitmaps Efficient bitmap loading and display. 19+ DoneBar ActionBar Done button. 18+ DrawableTinting Filters for Drawables. 21+ graphics Rendering PDF. 21+ HorizontalPaging Tabs swiping. 18+ ImmersiveMode Swipe status bar and navigation bar in and out. 19+ Interpolator Motion animation. 21+ notifications Notification types. 23 SlidingTabsBasic SlidingTabLayout with a ViewPager. 19+ SlidingTabsColors Customised SlidingTabLayout with a ViewPager. 19+ SwipeRefreshLayoutBasic Swipe to refresh demo. 19+ SwipeRefreshListFragment ListView swipe to refresh. 19+ SwipeRefreshMultipleViews Swipe to refresh child view. 19+ TextLinkify Clickable links in a TextView. 19+ TextSwitcher Text animations. 18+ views/CardView CarView demo. 21+ views/Clipping Clipping a View. 21+ views/Elevation/ElevationBasic Changing View elevation demo. 21+ views/Elevation/ElevationDrag View elevation drag an drop demo. 21+ views/FloatingActionButton Checkable floating action button. 21+ views/NavigationDrawer DrawerLayout widget. 21+ views/RecyclerView Recycle views for datasets. 21+ views/RevealEffect Circular reveal effect. 21+ wearable folder Android wearables demos. 20+ AgendaData Calendar sync. 20+ DataLayer Use of DataEvents. 20+ DelayedConfirmation Wearable callback to device demo. 20+ ElizaChat Wearable notifications demo. 20+ FindMyPhone Mislaid device warning demo. 20+ EmbeddedApp Embedding a wearable App in a device App. 20-21 Flashlight A flashlight demo for wearable. 20+ Geofencing Geofencing with a wearable. 20+ GridViewPager GridViewPager on a wearable. 20+ JumpingJack Using the gravity sensor. 20+ Notifications Wearable notifications. 20+ Quiz Questions on a wearable from a device. 20+ RecipeAssistant Step-by-step instructions. 20+ SkeletonWearableApp Basic wearable App. 20+ SpeedTracker Calculate wearable device speed. 20+ SynchronizedNotifications Wearable and device synchronised notifications. 20+ Timer Countdown timer. 20+ WatchFace Creating watch faces. 21+ WatchViewStub Layouts for circular and square watches. 20+ XYZTouristAttractions Wearable and device interaction demo. 22+ Running the Android SDK Example Apps. The Android Studio welcome screen has two import options (to return to the Welcome to Android Studio screen close the currently opened project): Import project (Eclipse ADT, Gradle, etc.) - Import a local project. Import an Android code sample - Import a GitHub hosted Android sample. Use the local project import to open an SDK sample App. Select the sample App to open in Studio. The App is opened from the directory it is located. (To use the sample in a different location copy it to the new directory before importing it.) When Studio imports the project the Gradle status is shown on the bottom status bar. When Gradle has finished the project can be run on an Android device, virtual or real. Many of the GitHub hosted samples are the same as those available from the downloaded samples. However, there are projects not in the downloaded samples and the downloaded samples have projects not available on GitHub. Browse both sets of samples to become familiar with what is available. Choose the location for the GitHub imported sample. Loading the Android samples on to your development machine and running a sample project is straightforward. In summary use the SDK Manager program to install the samples. Then in Studio use the import option to load the sample. After a short time the project will be ready to run and the Android sample source code can be browsed to see how it works. See Also. The Android SDK provides a few samples for the Support Library. The article Support Library Samples in The Android SDK provides some information. The article will be updated for Studio in due course. If after looking at the documentation, trying a sample app, and searching the web you still need some help with an Android code problem then ask someone a question. Try Stack Overflow using the Tag android. Don't forget to browse the posts on this site. Articles covering programming will be added regularly, including Android. For more example Android Apps try the following: Android Cookbook - https://androidcookbook.com Android Platform Samples - https://github.com/aosp- mirror/platform_development/tree/master/samples Google Samples - https://github.com/googlesamples. Archived Comments. André Herculano on December 4, 2013 at 1:57 pm said: Really useful list! There’s a lot of android samples but no description about each of them. Author: Daniel S. Fowler Published: 2012-01-23 Updated: 2018-06-08. Do you have a question or comment about this article? (Alternatively, use the email address at the bottom of the web page.) ↓markdown↓ CMS is fast and simple. Build websites quickly and publish easily. For beginner to expert. 12 Android Templates to Inspire Your Next Project (+5 Free Templates) Do you need inspiration for your upcoming Android app? Are you on a tight budget and need to get an app up and running as soon as possible? By using an Android app template available on CodeCanyon , you can use a professionally created template to inspire your next app, all for an affordable price. MaterialX - Android UI Template Code is one of the popular Android app templates. Starting an Android app from scratch can be a very tough process. Expensive developers will need to be hired, and countless hours of work will need to be poured into the development. At CodeCanyon, you will be able to choose from all the premium Android app templates available and find the perfect template to fit your upcoming project. Where to Buy Android App Templates in 2021. Wondering where to buy Android app templates? Explore over 5,000 of the best Android app templates available on CodeCanyon. With a low- cost, one-time payment, you can purchase one of these high-quality Android app templates and create an app that your audience will love. Here are some of the best-selling Android app templates available on CodeCanyon for 2021. The premium Android app templates on CodeCanyon will help you deliver the best possible user experience. Having a quality user experience is key to the success of your app, and many of the features built into these templates are designed to do just that. Here are a few of the types of templates that you can expect to see on CodeCanyon: Material Design web to app converter classified ads live TV streaming. Don't miss out on all of the high-quality apps available on CodeCanyon and get your Android template today! Let's now go over the top Android app templates available on CodeCanyon. 12 Top Android App Templates (From CodeCanyon for 2021) 1. Bestselling: Universal - Full Multi-Purpose Android App. Universal is a beautiful, minimal, multi-purpose Android app template. You can create just about anything with it. And you can do it fast! Universal is a WebView app that lets you convert a website into an Android app. This app template has been around for a long time and is packed with features: a customizable native navigation menu, share buttons, geolocation, push notifications, and more! Whether you're looking to build a simple app or an app packed full of features, this is a stellar template to get you started. Build your app, your way. Some of the features include: in-app purchases and AdMob advertising push notifications media player localization and more. This Android template app UI features parallax animations and content-focused design. Best of all, the built-in configuration tool is so powerful that you don't need to write any code. And if you're an expert, you can always edit the project source code in Android Studio! If you need to convert your WordPress website, YouTube channel, WooCommerce site, or other website into a mobile app, it's hard to recommend anything else—Universal deserves serious consideration. 2. Bestselling: MaterialX—Android UI Template Code. MaterialX is one of the top-selling, best-rated Android app templates. This complete Android UI source code template has everything you need to convert UI design concepts into native source code. You can use all or any of the elements of this Android UI template, like: bottom navigation buttons variant expansion panels grid view menu variant pickers (date, time, color) sliders and more! The code has amazing design quality and the code hasn't crashed for us at all. -user shubham_singh_yadav. 3. Bestselling: Universal WebView Android Template App. Universal WebView App is a native Android application which uses a WebView component for displaying content. With this template, you can turn your responsive website into a universal mobile app. Developed in Android Studio, this WebView Android template app is quick, easy, and affordable, and it does not require programming skills. The code is easily configurable and customizable. And there is just one config file to set up everything! Universal WebView Android template app is also compatible with WordPress or any other web framework. It supports HTML5, CSS3, JavaScript, jQuery, Bootstrap, and other web technologies. Create your own app in less than 15 minutes without any special knowledge! It’s easier than you think. 4. Web2App: WebView Android Template App. If you're looking to transform your website into an Android app, then this is the WebView Android template app for you! The template has powerful customization, such as seven different layout options where you can choose your own theme and customize the app to fit your particular brand identity. Here are a few other notable features that you can expect with this WebView Android template app: navigation drawer hideable toolbar AdMob Firebase analytics. 5. Android News App Template. It’s 2021. People want genuine news. Grassroots platforms have seen that local news is missing from the big picture, and they want to address the imbalance. Different sections of society that have been invisible for so long want to tell their own stories to the world. They want to build their own news systems. Here's the good news. You can save your money and time by creating your own native mobile news app using Android News App, a mobile news system which runs on the Android platform. It's developed with clean native Java code to make the app run fast and smoothly. As you would expect, AdMob is integrated into the app for monetization. And you can manage all content—news, categories, push notifications—on this app through a beautifully organized, user-friendly admin panel. 6. Android Live TV: Android App Template. This app template will allow your audience to watch live TV on their Android devices. Mobile device usage has significantly increased over the past five years, and many people are consuming content on mobile phones. This app makes it incredibly easy for viewers to watch their favorite TV shows on their phones. Here are a few features of this template: mini web player four types of stream links ratings and comments GDPR compliant. 7. The City: Android App Template. If you want to create an app that will guide visitors to interesting places in your city, The City app template is the best choice. This all-native app lets users discover interesting places on a city map. The inspired UI design of this Android app template follows material design specs and even has animations. Data is stored locally on the user's phone, so the app is fast and responsive and can work in offline mode. There is also an integrated admin back- end, so you can update the location data from anywhere on the fly. Then, with GCM notification, you can send those updates out to your users so they always have the latest version. 8. Your Radio App: Android App Template. If you've ever wanted to know how to stream audio in an Android application, then this template is worth checking out. The application is focused on streaming audio from online radio stations. The template includes a feature-packed Android application as well as a back-end for managing the radio stations users can listen to. The template is compatible with both Android Studio and Eclipse, and it relies on Parse for push notifications. It also includes AdMob for ad management. The application supports a wide range of stream formats and has a beautiful, modern user interface. If you're not convinced yet, then download the application from Google Play to try it out. It comes with full Android Studio project source code, full PHP code for the server side, and full documentation with pictures. 9. Cookbook: Recipe Android App Template. You'll find plenty of inspiration with the Cookbook Recipe App. If you're interested in building a cookbook app, this is perfect. But even if you have something else in mind, there's plenty here to learn from. This restaurant Android app template features: a sweet material design flavorful search delectable recipe details a yummy shopping list feature a crunchy kitchen timer and so many more delicious features. AdMob and Google Analytics are supported, and the code is clean. If you hunger for some fresh inspiration, consider the Cookbook Recipe App. 10. Taxi Booking: Android App Template. Many traditional businesses are making the jump to mobile, and this includes taxi companies. There's a reason why Uber and Lyft are so popular —mobile apps are simply more convenient for customers. This Android template is quite impressive. It contains a feature-rich Android app as well as a powerful back-end, making a complete solution. The app includes an interactive map with vehicle information and tracking, voice recognition, and support for push notifications. The template offers a solution for both users and drivers. Users can order a ride with the mobile application, and drivers receive a notification when someone requests a ride. Even if you don't plan to build a taxi booking application, there's a lot you can learn from browsing the ins and outs of this template. It comes with Android Studio project source code, PHP admin panel files, MySQL database, and full documentation to guide you through the whole setup and configuration process. 11. FireApp Chat: Android Chat App Template. This Android chat app template is a popular, five-star-rated item. The complete chat app template Android supports video and voice calls. It also allows users to share stories, images, audio, video, contacts, and location. Best Customer support and quality design, I'm really grateful. — User mondayclient71. 12. Hungry: Grocery Delivery Android App. Delivery and restaurant Android app templates have become very popular. This is a great option if you want to set up a food delivery app. This is a complete restaurant Android app template. It includes a web admin panel, two apps, and a user-friendly interface. This restaurant Android app template has a five-star review. User trendme says: Very well code quality. Highly recommended and I will look forward to working with the team in my future projects. 5 Free Android App Templates to Download in 2021. The premium templates available on CodeCanyon will without a doubt give you the most feature-rich templates available on the web. Not to mention that the user experience with the premium templates will be unparalleled. However, if you are on a budget and still need to create a professional app, then here are five free Android app templates that you can download now from SEOtoolzz. 1. Android Chat List: Free Android XML Template. This free Android app template is a chat template that is XML-ready with Android Studio. You can build a basic chat app with this template that will help your users communicate with one another. 2. Social Media: Free Android XML Template. This template contains three XML screens that feature a chat, list questions, and notification screens. This template will help you kickstart any type of social media app you're working on. 3. Login App: Free Android XML Template. This template gives you a simple login screen that your audience can access. Most apps will need some sort of login, so this will make a good addition to any of your apps. 4. Profile App: Free Android XML Templates. This profile page template has options for your users to input their name, email, and password. You can also display an active or inactive status for your profile. 5. Navigation Drawer: Free Android XML Templates. Navigation Drawer is a pop-out menu that gives your users options to navigate through the app. You can set up each menu item to link to your desired screen. Looking for more Android app templates? In the next section, we'll cover where you can find more high-quality templates for your next app. Discover More Android App Templates for 2021. Now you know where to buy Android app templates. The Android app templates mentioned in this article are some of the highest quality that you can find on the web. However, these app templates might not be exactly what you need for your particular app. If you need a different type of Android template, then be sure to check out all the other hand-selected templates in the Envato Tuts+ articles below: