Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Blog Directory  >  Software Blogs  >  Programming Blogs  >  onetouchcode programming Blog  > 

Review – DesignEvo Online Logo Maker
2018-07-07 18:23
In this article I am going to review a tool which helps in designing logos of company, products etc. There are so many online logo makers, out of them I just found DesignEvo quite useful as… Read More
Android – Limitations Of SQLite
2017-10-15 11:19
SQLite support in Android is certainly very crucial for data driven enterprise applications. But SQLite for Android comes up with certain restrictions and limitations which is important for… Read More
Android: Display PDF Using PdfRenderer
2017-08-20 07:35
In Android there was one much needed missing area i.e., displaying a pdf document within an Android app which currently solves with the introduction of PdfRenderer api from Api level 21 onwa… Read More
2017-06-10 16:41
If you have a Gradle project like an Android app and want to do CI(Continuous integration) with any CI platforms like Jenkins, Gitlab CI etc, then most of the time script work smoothly… Read More
Google Analytics Dashboards Limitations
2017-04-16 05:04
In my last few articles, I have explained about basics of Google Analytics(GA) which helps anyone to setup GA account for their Android app and additionally which helps to do segmentat… Read More
Android App Security Checklist
2017-02-11 19:07
Security is always a big concern in any sort of application, that’s why Google Play App Security Improvement(ASI) program has identified several security related mistakes often de… Read More
How To Use BottomSheet In Android
2017-01-31 16:10
BottomSheet is one of the important aspect of material design in Android which comes with support library. This is really an amazing widget to be used to give a quick set of options on… Read More
2017-01-09 18:54
HTTP call are an integral part of an Android app which access internet. OkHttp is a popular library among Android developers for HTTP calls. In OkHttp 3 a huge design change has been done by… Read More
How To Use BottomSheetDialog In Android
2016-12-29 16:01
BottomSheetDialog is one of the important aspect of material design in Android which comes with support library. This is really an alternative to a normal dialog in your Android app, which p… Read More
How To Use BottomSheetDialog In Android
2016-12-29 16:01
BottomSheetDialog is one of the important aspect of material design in Android which comes with support library. This is really an alternative to a normal dialog in your Android app, which p… Read More
Jenkins Installation In Windows
2016-12-06 16:34
Jenkins installation in Windows is pretty easy task. If you are hesitant to install Jenkins this article will help you install this beautiful continuous integration(CI) tool in your Windows… Read More
Jenkins Installation In Windows
2016-12-06 16:34
Jenkins installation in Windows is pretty easy task. If you are hesitant to install Jenkins this article will help you install this beautiful continuous integration(CI) tool in your Windows… Read More
Jenkins Overview
2016-12-05 03:10
Jenkins is a leading open source automation server written in Java that allows continuous integration and continuous delivery of projects.  We can integrate it with numbers of testing… Read More
Jenkins Overview
2016-12-05 03:10
Jenkins is a leading open source automation server written in Java that allows continuous integration and continuous delivery of projects.  We can integrate it with numbers of testing… Read More
2016-11-25 17:28
Styling of a view like TextView, EditText, Button etc. is a common task of an Android developer to maintain similar look and feel across the screens of an app. Apart from maintaining similar… Read More
Styling Custom Views In Android
2016-11-25 17:28
Styling of a view like TextView, EditText, Button etc. is a common task of an Android developer to maintain similar look and feel across the screens of an app. Apart from maintaining similar… Read More
Custom Reports In Google Analytics
2016-11-15 15:14
Reporting is an important aspect of digital analytics. Different solutions have different ways to generate custom reports. In Google Analytics portal generating a custom report is not more t… Read More
Google Analytics Segmentation Tutorial
2016-11-13 14:35
Segmentation is a digital analysis technique of online business data. With the help of segmentation businesses able to understand Customers usage pattern, most active users from specific age… Read More
Basics Of Digital Analytics
2016-11-12 17:23
Digital Analytics The author of Web Analytics 2.0 and Google Analytics evangelist, Avinash Kaushik, has given an excellent and comprehensive definition of digital analytics: “Digital a… Read More
Package Structure In Android Apps
2016-11-06 09:13
Source code package structure in Android apps development is an interesting area of discussion. There are several package structures developers follow like, Android component level packaging… Read More
Secrets Of Android Fragment
2016-10-22 14:18
Fragments are in picture to design and build beautiful Android apps. I am assuming that we all have basic understanding of Fragment. As per the documentation Android introduced fragments in… Read More
Usage Of SharedPreferences In Android
2016-10-13 18:49
SharedPreferences is a way to persist data in key-value pair in Android. This is basically used to store a small set of data, though the exact maximum size is nowhere mentioned in docu… Read More
Refactor Your Code In Android Studio
2016-10-12 01:45
All of us as a developer never feel happy after going through the code we wrote few days or weeks ago. And end up replying something similar to this – Why I wrote it this w… Read More
Native App Vs. Mobile Website
2016-10-03 19:19
Native Apps Having a Native app or a mobile website still is a question to many for their businesses and definitely a must question by every entrepreneur. Recently I have found this question… Read More
Android Studio Theme Editor
2016-09-27 00:00
Hello Android developers, all the time we use to juggle between different components and views in Android studio. But today I am going to explain about one of the unfold editor and that is … Read More
Android Studio Tips And Tricks Part 2
2016-09-07 19:40
Today I came up with few more Android studio tips and tricks. Android studio is a huge IDE to understand for beginners within short period of time. Last month I already have written an artic… Read More
Swift Functions
2016-08-31 09:06
Hi Devs, this is my first post in Onetouchcode. I am going to explain the Swift functions with a data structure called Stack. If you are new to Swift programming, check out here… Read More
Handling Exif Data In Android
2016-08-23 19:02
Hi all, in this article I am going to explain about reading and writing metadata or exif data of a captured image in Android devices. This will help you all to understand that we can… Read More
Batch Processing Example In Hibernate
2016-08-21 06:37
Hi Friends ,let’s go through an example to understand batch processing in hibernate.Before moving to the example itself ,first of all, I would like to mention what is batch p… Read More
Android Studio Tips And Tricks
2016-08-17 19:54
Hi Android developers, today I will be writing about some interesting tips to work smartly on Android studio. Android studio comes with loads of features but perhaps it creates trouble in ce… Read More
Top Education Apps
2016-08-15 14:32
Now a days there are several apps available to educate us for almost everything. Today I am going to discuss about top education apps which I really like and recommend to everyone.&nbsp&hell…Read More
Barcode Scanning In Android
2016-08-11 18:46
Hi devs, lets discuss about one of the pain points during android app development that is barcode scanning. Before proceeding to the implementation let go through some basics. What is Barcod… Read More
Android Accelerometer Example
2016-08-07 09:19
Hi devs, in this article I am going to explain the use and implementation of  another motion sensor Android platform provides called Accelerometer sensor in your app. What is Accel… Read More
Proximity Sensor In Android Apps
2016-08-03 18:58
The Android platform provides a sensor that lets you determine how close the face of a device is to an object (known as the proximity sensor). Proximity sensor is hardware based, we might of… Read More
Android App Development Tools
2016-07-25 14:18
Hi Devs, in this post I am going to jot down list of Android tools needed for faster Android app development. You guys can live without these Android app development tools but with… Read More
Android Developers Most Common Mistakes
2016-07-15 19:42
Hi Devs,  now a days Android developers community has increased immensely due to the ease of development and huge number of online resources to learn. But still Android developers do se… Read More
How Can I Integrate WhatsApp With My App?
2016-07-10 16:56
Hi Devs, here again I have something for all of you. We all used to integrate social sites like Facebook,Google Plus,LinkedIn, Instagram etc. within our apps to make our app viral and for so… Read More
Crashlytics For Android Apps
2016-07-02 17:20
Hello Android Developers, We always want to build an amazing app for our users, but due to tight release cycles or lack of enough testing ended up with an app which crash unexpectedly and no… Read More
2016-06-14 17:37
In this article we will know the importance of compatibility and how you can achieve. What is backward compatibility? In context of apps backward compatibility means if you have implemented… Read More
Magical Search Results Of Google
2016-06-10 20:04
Today I found some amazing search results from Google , that I am going to share with all of you. My home to my office If you would like to know the traffic in between your home and you… Read More

Share the post

onetouchcode

×

Subscribe to Onetouchcode

Get updates delivered right to your inbox!

Thank you for your subscription

×