User Activity

I am unable to add two Keyboards at the same time to the screen. One is alphanumeric and other is numeric only. The Keyboards work separately if the included header file is commented.#ifndef SCREEN_DIALOGVIEW_HPP #define SCREEN_DIALOGVIEW_HPP   #incl...
I have a weird issue with ScrollWheel. All the elements are displayed properly. However, it seems to be taking no action when scrolling to the last element, and on debugging, I find that the returned index is skipping the second element (0,2,3,4,5)Sc...
I am trying to create a language selection menu. I have managed to inflate the list. However, the callback for element selection is not firing. Please advise. Following is my code.#ifndef CONTAINER_MENU_HPP #define CONTAINER_MENU_HPP   #include <gui_...