Material Home Page Design (android studio) Steemit

in #utopian-io6 years ago (edited)

Hello, everyone! I'd like to share theme development for Android Studio .

Screenshot_2.jpg

Bug Fixes
dependencies {
// don t forget to change 25.3.1 to your api lvl mine is 25.3.1
compile 'com.android.support:cardview-v7:25.3.1'
}

To

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.android.support:cardview-v7:26.1.0'

Screenshot_3.jpg

he purpose of the cardview is to allow child views to be positioned in a grid arrangement. The cardview essentially consists of a number of invisible horizontal and vertical grid lines that serve to divide the layout view into a series of rows and columns, with each intersecting row and column forming a cell which can, in turn, contain one or more views.

Here is The Final Result

Screenshot_2018-02-03-23-43-20-698_com.example.asr.png

Project : https://drive.google.com/file/d/1dECnWfBKk4hP4HwG-CKs7BvCrHLDYLus/view?usp=sharing

Project : https://drive.google.com/file/d/1dECnWfBKk4hP4HwG-CKs7BvCrHLDYLus/view?usp=sharing

The grid lines are referred to as indices, which are numbered starting at 0 for the line at the leading edge of the layout.



Posted on Utopian.io - Rewarding Open Source Contributors

Sort:  

Your contribution cannot be approved because it is not as informative as other contributions. See the Utopian Rules. Contributions need to be informative and descriptive in order to help readers and developers understand them.

Also the code is two months old, too simple, missing the readme and license files. You need to look at the dev rules.

I saw you have a video, you might want to look at making a video tutorial post. Then again make sure to follow those rules, else it will get rejected too.

You can contact us on Discord.
[utopian-moderator]