parent
fb167dbbdf
commit
2cdca89b2e
@ -0,0 +1,12 @@
|
|||||||
|
package hunnu.sj.raise_money;
|
||||||
|
|
||||||
|
import android.content.Context;
|
||||||
|
|
||||||
|
import java.util.ArrayList;
|
||||||
|
|
||||||
|
public class NewsUtils {
|
||||||
|
public static ArrayList<News> getAllNews(Context context){//从数据库获取信息到本地
|
||||||
|
ArrayList<News> list = new ArrayList<News>();
|
||||||
|
return list;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in new issue