- 博客(10)
- 收藏
- 关注
原创 仿京东电商 简单的购物车
先是布局activity_main.xml<?xml version="1.0" encoding="utf-8"?><LinearLayout android:orientation="vertical" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app=...
2018-10-25 18:37:30
248
原创 仿京东电商 首页+商品详情
activity_main.xml<?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" ...
2018-10-25 18:18:39
545
原创 仿京东电商 分类+商品展示,详情
先是布局activity_main.xml<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-aut...
2018-10-25 16:34:39
1395
1
原创 一个简单的流式布局
//布局main_Acitivity_layout<?xml version="1.0" encoding="utf-8"?><LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" xmlns:tools="http://schema
2018-08-24 21:55:10
319
原创 一个简单的网络封装工具类和Image Loader
1>HttpUtils的HttpURLConnectionpublic class HttpUtils { private static HttpUtils httpUtils; private HttpListener httpListnenr; public static HttpUtils getInstance(){ if (httpUti...
2018-07-29 22:32:08
191
原创 DrawLayout加上Fragment的简单运用
1>//一个简单的布局<?xml version="1.0" encoding="utf-8"?><android.support.v4.widget.DrawerLayout android:layout_width="match_parent" android:layout_height="match_parent" android:id=
2018-07-29 22:20:48
333
原创 HttpUtils_Gson解析
1.Backpackage com.example.laji;public interface Back { public void setjson(String s);}2.StreamToStringpackage com.example.laji;import java.io.BufferedReader;import java.io.IOException;import java.i...
2018-07-01 19:49:47
229
原创 今日头条_频道管理
1. MainActivitypackage com.example.laji;import android.support.v4.view.ViewPager;import android.support.v7.app.AppCompatActivity;import android.os.Bundle;import android.widget.RadioGroup;public class...
2018-07-01 19:37:43
374
原创 angularJS购物车2
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <script type="text/javascript" src="js/angular.m
2018-03-28 14:50:27
296
原创 angularjs 购物车
<!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title></title> <script type="text/javascript" src="js/angular
2018-03-27 16:50:12
239
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人