All Projects → adrielcafe → ReadnBuyAndroidApp

adrielcafe / ReadnBuyAndroidApp

Licence: other
Android app developed at the Vanhackathon for Shopify's challenge. Coded with Kotlin, RxJava and MVP.

Programming Languages

kotlin
9241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to ReadnBuyAndroidApp

Cartoon
漫画软件——使用MVP + Retrofit + RxJava开发
Stars: ✭ 186 (+1330.77%)
Mutual labels:  rxjava, mvp
Mvpdemo
Stars: ✭ 193 (+1384.62%)
Mutual labels:  rxjava, mvp
Cookman
一款菜谱查询工具Android APP
Stars: ✭ 186 (+1330.77%)
Mutual labels:  rxjava, mvp
Jreadhub
Readhub Android 客户端——官网 : https://readhub.cn
Stars: ✭ 168 (+1192.31%)
Mutual labels:  rxjava, mvp
Movieguide Kotlin
Movie discovery app showcasing Kotlin, RxJava, Dagger2, MVP using Clean Architecture
Stars: ✭ 222 (+1607.69%)
Mutual labels:  rxjava, mvp
Androidbasemvp
🚀一个快速搭建MVP+RxJava2+Retrofit 基础框架,主要是封装有Http网络请求、日志、缓存、加载等待、toast、页面状态布局管理、权限、RxBus、Glide图片加载等组件,方便快速开发新项目、减少开发成本。
Stars: ✭ 184 (+1315.38%)
Mutual labels:  rxjava, mvp
MusicUU
一款让你解决下歌烦恼的APP
Stars: ✭ 15 (+15.38%)
Mutual labels:  rxjava, mvp
Moemusic
一款基于萌否网站api的音乐管理软件
Stars: ✭ 143 (+1000%)
Mutual labels:  rxjava, mvp
Mvpapp
Android MVP Architecture
Stars: ✭ 2,354 (+18007.69%)
Mutual labels:  rxjava, mvp
Slick
A Reactive MVP Framework which is Slick to use
Stars: ✭ 201 (+1446.15%)
Mutual labels:  rxjava, mvp
Lovedoudou
爱逗逗——集新闻资讯,影视评论,漂亮妹子,视频播放于一身的app,用于练习MVP+Retrofit+RxJava+Glide框架,如今将其开源,仅供学习探讨,禁止商用。
Stars: ✭ 165 (+1169.23%)
Mutual labels:  rxjava, mvp
Movieguide
Movie discovery app showcasing MVP, RxJava, Dagger 2 and Clean Architecture
Stars: ✭ 2,573 (+19692.31%)
Mutual labels:  rxjava, mvp
Iquephoto
Android Image Editor Application.
Stars: ✭ 156 (+1100%)
Mutual labels:  rxjava, mvp
iMoney
iMoney 金融项目
Stars: ✭ 55 (+323.08%)
Mutual labels:  rxjava, mvp
Jd Mall Master
一款高仿京东商城的UI,基于MVP的Retrofit2(okhttp3)+rxjava+dagger2+greendao+glide。该项目系仿京东商城,属于独立开发者作品,仅供参考学习,拒绝做一切商业用途,如有侵权,请告知删除
Stars: ✭ 151 (+1061.54%)
Mutual labels:  rxjava, mvp
Androidgeek
"Android Geek(Android极客)"一个专门为Android程序猿打造的极客应用。主要包括: 干货笔记、GitHub Trending、密码管理 .......
Stars: ✭ 187 (+1338.46%)
Mutual labels:  rxjava, mvp
Android Base Mvp
Android Base MVP Concept with RXJava, Dagger, Event Bus, Retrofit, Glide, OkHTTP
Stars: ✭ 141 (+984.62%)
Mutual labels:  rxjava, mvp
Android Clean Architecture Boilerplate
Apply clean architecture on Android
Stars: ✭ 141 (+984.62%)
Mutual labels:  rxjava, mvp
Wanandroid
玩安卓java客户端http://www.wanandroid.com/ 模块化客户端,运用MVP+Retrofit+Rxjava+Rxlifecycle+Glide+Eventbus+ARouter等架构,构建一个最简洁的玩安卓app。
Stars: ✭ 199 (+1430.77%)
Mutual labels:  rxjava, mvp
Marvel
Marvel Characters Android Application Assigned by smava GmbH
Stars: ✭ 227 (+1646.15%)
Mutual labels:  rxjava, mvp

codebeat badge platform license

shot

Read n' Buy

Read n' Buy is an open source Android app developed at the Vanhackathon for Shopify's challenge.

Sample app

Demo Video

Read n' Buy Demo Video

Project

Read n' Buy is a news app. But instead of showing the traditional advertising banners he is integrated with Shopify and allows the users buy without leave the app.

What's the problem with ads? First of all, they are ugly. Second thing, they are annoying. When you click on an ad banner this is what happens:

  • You leave the app and go to the browser
  • Add the product to the cart
  • Login (if needed)
  • And then you do checkout
  • You still have to back to the app

This ruins the user experience and drastically decreases the conversion rate.

On my project I've tried to fix this. There are two objectives: 1) increase the conversion rate and 2) simplify the buy flux.

To do it, first we need to bring the shop to the app. With the Shopify SDK I'm able to:

  • Allow users do login/logout with their shop credentials (so I can get their email, shipping address and so on)
  • Get the product descriptions
  • Buy products (add them to the cart and do checkout without leave the app)

I'm using the Native Checkout, this grants a seamless buy flux.

On my tests I took 1~2 minutes to buy a product when I clicked on an ad banner. With my approach I took less than 30 seconds!

Why?

The growth of mobile will force brands to optimize mobile checkout: With mobile commerce expected to grow at a rate 300% faster than traditional e-Commerce, according to discount and deals site Coupofy, more brands are likely to focus on implementing a seamless checkout experience in the coming year.

MoovWeb Chart

Source: Retail TouchPoints and MoovWeb


New mobile marketing channels: Today, Facebook has a ‘Shop Now’ call-to-action, Instagram also has a ‘Shop Now’ button under posts, and Pinterest has “Buyable Pins”, improving the buying journey immensely on mobile devices.

Pixelter Image

Source: Pixelter


Mobile Ad Spend still lags behind Mobile Media Consumption: Despite the growth in media time above, some advertisers are missing out since the right-most bar shows that there is a huge missing opportunity on mobile advertising.

Smart Insights Chart

Source: Smart Insights

Final Thoughts

I believe that the future of commerce will be a seamless and convenient mobile experience, when costumers will be invited to buy products in a non-intrusive way.

Some other features that will impact more and more the M-Commerce and E-Commerce are:

  • Privacy control
  • Gamefication
  • Loyalty programs
  • Instant gratification

Coded With

License

The MIT License (MIT)

Copyright (c) 2016 Adriel Café

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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].