I am a beginner in Android development.
The following code will cause an image-like error.
super(context, R.layout.top_listview, items);
I think I should correct the part of , but what should I do?
I would appreciate it if you could give me some advice.
public class TopListViewAdapter extensions ArrayList<TopElement>implementations ListAdapter {
publicTopListViewAdapter (Context context, ArrayList<TopElement>items) {
super(context, R.layout.top_listview, items);
}
}
As far as the constructor of the document is concerned, isn't it ArrayAdapter instead of LisAdapter?
http://developer.android.com/reference/android/widget/ArrayAdapter.html
576 Who developed the "avformat-59.dll" that comes with FFmpeg?
623 Uncaught (inpromise) Error on Electron: An object could not be cloned
613 GDB gets version error when attempting to debug with the Presense SDK (IDE)
584 PHP ssh2_scp_send fails to send files as intended
573 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
© 2024 OneMinuteCode. All rights reserved.