Skip to content

Commit a5ea57e

Browse files
committed
delete no use files
1 parent 9ed6ac9 commit a5ea57e

30 files changed

+1681
-969
lines changed

.classpath

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" path="src"/>
4+
<classpathentry kind="src" path="gen"/>
5+
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
6+
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
7+
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
8+
<classpathentry kind="output" path="bin/classes"/>
9+
</classpath>

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ gen
44
out
55

66
# Package Files #
7-
7+
*.jar
88
*.war
99
*.ear
1010
*.svn

.idea/copyright/profiles_settings.xml

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/pushservice_2_2_1.xml renamed to .idea/libraries/pushservice_4_1_0.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/weiboSDK2_1_130712.xml renamed to .idea/libraries/weibosdkcore.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 1 addition & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

Lines changed: 540 additions & 382 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.project

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>BeeFrameworkDemo</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
<buildCommand>
14+
<name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
18+
<buildCommand>
19+
<name>org.eclipse.jdt.core.javabuilder</name>
20+
<arguments>
21+
</arguments>
22+
</buildCommand>
23+
<buildCommand>
24+
<name>com.android.ide.eclipse.adt.ApkBuilder</name>
25+
<arguments>
26+
</arguments>
27+
</buildCommand>
28+
</buildSpec>
29+
<natures>
30+
<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
31+
<nature>org.eclipse.jdt.core.javanature</nature>
32+
</natures>
33+
</projectDescription>

AndroidManifest.xml

Lines changed: 13 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@
3131
android:icon="@drawable/beelogo"
3232
android:label="@string/app_name"
3333
android:theme="@style/customTheme" >
34-
<activity
35-
android:name="com.example.activity.TimelineActivity"
36-
android:label="@string/app_name" >
37-
</activity>
3834
<activity
3935
android:name="com.BeeFramework.activity.DebugTabActivity"
4036
android:launchMode="singleTask"
@@ -73,29 +69,23 @@
7369
<activity
7470
android:name="com.BeeFramework.activity.WebViewActivity"
7571
android:screenOrientation="portrait" />
76-
<activity
77-
android:name="com.example.activity.FriendsTimelineActivity"
78-
android:screenOrientation="portrait" />
7972
<activity
8073
android:name="com.example.activity.GalleryImageActivity"
8174
android:screenOrientation="portrait" />
8275
<activity
83-
android:name="com.example.activity.HighlightButtonActivity"
76+
android:name="com.example.activity.ShotListActivity"
8477
android:screenOrientation="portrait" >
78+
8579
</activity>
8680
<activity
87-
android:name="com.example.activity.ShotListActivity"
81+
android:name="com.example.activity.HomeTabActivity"
8882
android:screenOrientation="portrait" >
8983
<intent-filter>
9084
<action android:name="android.intent.action.MAIN" />
9185

9286
<category android:name="android.intent.category.LAUNCHER" />
9387
</intent-filter>
9488
</activity>
95-
<activity
96-
android:name="com.example.activity.HomeTabActivity"
97-
android:screenOrientation="portrait" >
98-
</activity>
9989
<activity
10090
android:name="com.example.activity.CommentListActivity"
10191
android:screenOrientation="portrait" >
@@ -116,23 +106,24 @@
116106
</intent-filter>
117107
</service>
118108

119-
<activity
120-
android:name="com.example.activity.ProfileActivity"
121-
android:screenOrientation="portrait" />
122109
<activity
123110
android:name="com.example.activity.ShotActivity"
124111
android:screenOrientation="portrait" />
125-
<activity
126-
android:name="com.example.activity.FollowersActivity"
127-
android:screenOrientation="portrait" />
128-
<activity
129-
android:name="com.example.activity.FollowingActivity"
130-
android:screenOrientation="portrait" />
131112
<activity
132113
android:name="com.example.activity.LikeShotListActivity"
133114
android:screenOrientation="portrait" />
134115
<activity android:name="com.example.activity.ThemeDownloadActivity"
135116
android:screenOrientation="portrait" />
117+
<activity
118+
android:name="com.example.activity.ProfileActivity"
119+
android:screenOrientation="portrait" />
120+
<activity
121+
android:name="com.example.activity.FollowersActivity"
122+
android:screenOrientation="portrait" />
123+
<activity
124+
android:name="com.example.activity.FollowingActivity"
125+
android:screenOrientation="portrait" />
126+
136127
</application>
137128

138129
</manifest>

BeeFrameworkExample.apk

-878 KB
Binary file not shown.

BeeFrameworkExample.iml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_6" inherit-compiler-output="true">
1111
<exclude-output />
1212
<content url="file://$MODULE_DIR$">
13-
<sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" />
13+
<sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" generated="true" />
1414
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
1515
<sourceFolder url="file://$MODULE_DIR$/res" isTestSource="false" />
1616
</content>
1717
<orderEntry type="inheritedJdk" />
1818
<orderEntry type="sourceFolder" forTests="false" />
1919
<orderEntry type="library" exported="" name="android-support-v4" level="project" />
20-
<orderEntry type="library" exported="" name="pushservice-2.2.1" level="project" />
21-
<orderEntry type="library" exported="" name="weiboSDK2.1_130712" level="project" />
2220
<orderEntry type="library" name="universal-image-loader-1.8.6-with-sources" level="project" />
21+
<orderEntry type="library" name="pushservice-4.1.0" level="project" />
22+
<orderEntry type="library" name="weibosdkcore" level="project" />
2323
</component>
2424
</module>
2525

README.md

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#BeeFramework 0.2
1+
#BeeFramework 0.1
22

33
##BeeFramework是什么
44
BeeFramework Android版主要为Android初级开发人员提供一个基于MVC开发模式的APP DEMO,并提供一套APP内调试工具,包括
@@ -92,28 +92,6 @@ Copyright 2013 ~ 2014, [Geek-Zoo Studio, Inc.](http://www.geek-zoo.com) and [INS
9292
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
9393
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
9494
IN THE SOFTWARE.
95-
96-
97-
98-
##Change log
99-
###0.2
100-
1.替换Example代码,将新浪微薄接口,替换成Dribbble接口
101-
102-
2.添加切换主题DEMO
103-
从服务器上下载theme.zip,解压缩到指定目录,修改Android图片资源加载方式,从相同的R文件,根据主题设置的不同,加载不同资源。
104-
105-
3.通过注解的方式,关联UI控件与变量
106-
107-
4.优化图片加载方式
108-
109-
5.优化协议Log列表的展现方式,自动Format成JSON缩进格式
110-
111-
112-
113-
114-
115-
116-
11795

11896

11997

libs/armeabi/libbdpush_V2_1.so

17.1 KB
Binary file not shown.

libs/armeabi/libpush-socket.so

-13.1 KB
Binary file not shown.

libs/mips/libbdpush_V2_1.so

70.1 KB
Binary file not shown.

libs/pushservice-2.2.1.jar

-176 KB
Binary file not shown.

libs/weiboSDK2.1_130712.jar

-107 KB
Binary file not shown.

lint.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<lint>
3+
</lint>

project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212

1313
android.library=false
1414
# Project target.
15-
target=android-17
15+
target=android-19

res/drawable/bg.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
33
<gradient
4-
android:startColor="#ffff00"
5-
android:endColor="#00ffff"
4+
android:startColor="#ffff00"
5+
android:endColor="#00ffff"
66
android:angle="45"/>
77

88
</shape>

res/layout/home_tab.xml

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
android:button="@null"
4343
android:checked="true"
4444
android:gravity="center"
45-
android:text="高亮按钮"
45+
android:text="时间线"
4646
android:textColor="#000000"
4747
android:textSize="10dp" />
4848

@@ -54,36 +54,12 @@
5454
android:background="@drawable/tab_select"
5555
android:button="@null"
5656
android:gravity="center"
57-
android:text="流行话题"
58-
android:textColor="#000000"
59-
android:textSize="10dp" />
60-
61-
<RadioButton
62-
android:id="@+id/tab_three"
63-
android:layout_width="match_parent"
64-
android:layout_height="40dp"
65-
android:layout_weight="1"
66-
android:background="@drawable/tab_select"
67-
android:button="@null"
68-
android:gravity="center"
69-
android:text="流行微博"
70-
android:textColor="#000000"
71-
android:textSize="10dp" />
72-
73-
<RadioButton
74-
android:id="@+id/tab_four"
75-
android:layout_width="match_parent"
76-
android:layout_height="40dp"
77-
android:layout_weight="1"
78-
android:background="@drawable/tab_select"
79-
android:button="@null"
80-
android:gravity="center"
8157
android:text="图片浏览"
8258
android:textColor="#000000"
8359
android:textSize="10dp" />
8460

8561
<RadioButton
86-
android:id="@+id/tab_five"
62+
android:id="@+id/tab_three"
8763
android:layout_width="match_parent"
8864
android:layout_height="40dp"
8965
android:layout_weight="1"

0 commit comments

Comments
 (0)