Skip to main content

Posts

Showing posts from December, 2018
 

How to make image slider by view flipper in the android studio(kotlin)

Hi Guys, you have seemed professional android application which usually having image slider, So, in this, we will learn " How to make image slider by view flipper in the android studio(kotlin) ". activity_main.xml 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 <LinearLayout xmlns:android= "http://schemas.android.com/apk/res/android" xmlns:tools= "http://schemas.android.com/tools" xmlns:app= "http://schemas.android.com/apk/res-auto" android:layout_width= "match_parent" android:layout_height= "match_parent" tools:context= ".MainActivity" android:orientation= "vertical" > <ViewFlipper android:id= "@+id/v_flipper" android:layout_width= "match_parent" android:layout_height= "220dp" /> </LinearLayout> MainActivity.kt 1 2

How to make Image Slider by view pager in the android studio(kotlin)

Hi Guys, you have seen many popular android application with an image slider. So, let's learn " How to make Image Slider by view pager in the android studio(kotlin) " actvity_main.xml 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 <android.support.constraint.ConstraintLayout xmlns:android= "http://schemas.android.com/apk/res/android" xmlns:tools= "http://schemas.android.com/tools" xmlns:app= "http://schemas.android.com/apk/res-auto" android:layout_width= "match_parent" android:layout_height= "match_parent" tools:context= ".MainActivity" > <android.support.v4.view.ViewPager android:id= "@+id/viewpager" android:layout_width= "436dp" android:layout_height= "220dp" app:layout_constraintStart_toStartOf= "parent" android:l

Top 5 websites for selling apps

Top 5 websites for selling apps : Hello guys, many times when we develop an android application, one question which gets into our mind that "how we can earn money from application". So, In this, I will share some amazing website, where you can sell your android application and earn money from it. So, Let jump into the article. Codecanyon.net So, our first website is "Code Canyon". Code Canyon is a popular website. In this website, we can sell any type of software, which we want to sell. Code Canyon have a large customer base from which you can earn lots of money by selling your application. When I have started learning Android development, I have sold many android projects from which I get a decent amount of money. As, a beginner, you did not have a wide range of option to earn money from your project. So, you can go with these websites for getting paid from your projects. Codester.com Our second website is "Codester",