Posts by Otavito Melatito • 61 points
2 posts
-
4
votes1
answer143
viewsQ: Notificationmanager causes java.util.Arraylist error cannot be cast to java.lang.Charsequence
I’m making an Android application and I’m having a question while generating a notification. Here I will be providing an excerpt of the code: public void gerarNotificacao(View view) {…
androidasked Otavito Melatito 61 -
2
votes1
answer65
viewsQ: Error returning in getView method
I’m doing the app in Action Bar and I have a problem returning the value within the method getItem. Here’s the code: Java test. public class Teste extends Fragment { @Override public View…