Skip to content

Commit 5005ef4

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 492f5a4 + f435454 commit 5005ef4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,17 @@ This project is all about shows common patterns of memory leaks in Android devel
55
[![Android Arsenal]( https://img.shields.io/badge/Android%20Arsenal-avoid--memory--leak--android-green.svg?style=flat )]( https://android-arsenal.com/details/1/6887 )
66

77
#### There is 2 seperated modules:
8-
<img src="https://i.ibb.co/jgMyJ3H/Screen-Shot-2019-05-29-at-17-52-56.png"/>
8+
<img src="https://github.com/AliAsadi/avoid-memory-leak-android/blob/master/screenshot/modules.png"/>
99

1010

11-
12-
1311
1. [leak-app ](https://github.com/AliAsadi/avoid-memory-leak-android/tree/master/leak-app/src/main/java/aliasadi/memoryleak/leak)-> Describe and shows how to cause a leak when we use AsyncTask, Handler, Singleton, Thread.
1412

1513

1614
2. [fixed-app ](https://github.com/AliAsadi/avoid-memory-leak-android/tree/master/fixed-app/src/main/java/aliasadi/memoryleak/fixed)-> Describe and shows how to avoid/fix the leaks
1715

1816
In Android Studio choose which project you want to run on the top bar.
1917

20-
<img src="https://i.ibb.co/B4pZwYc/Screen-Shot-2019-05-29-at-17-48-53.png"/>
18+
<img src="https://github.com/AliAsadi/avoid-memory-leak-android/blob/master/screenshot/run-app.png"/>
2119

2220
<p align="left">
2321
</p>

0 commit comments

Comments
 (0)