Proteus is a JSON layout inflater with data binding support for Android.
Questions tagged [proteus]
67 questions
0
votes
1 answer
How to work with Flipkart Proteus Library in Java?
I am trying to work with Proteus library but i am not getting how to implement the functionalities of the library.
Can somebody please explain or share some java code to get me understand it better.

Ankit Sharma
- 113
- 1
- 1
- 7
0
votes
1 answer
Used Proteus in an Android Fragment, but getting an error while casting inflater - Proteus Android Layout Engine
Please check my code for this:
public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
JSONObject jsonlayout = null ;
try {
jsonlayout = new JSONObject(loadJSONFromAsset(getContext()));
…

Thilina Dinith Fonseka
- 585
- 2
- 8
- 23
-1
votes
2 answers
Connecting 6116 to ATMega128
I have been trying to connect a 6116 to an ATMega128 in Proteus. I have the following schematic:
I can somewhat write to 6116 but I don't think I am accessing to correct addresses.
I used the following code to test if everything was working…

STT
- 59
- 6
-1
votes
1 answer
Duration of button being unpressed in arduino
How can I get the duration of how long a button is unpressed? And when the duration excceds 30 seconds I have to perform an event in arduino. Any help would be appreciated
-1
votes
1 answer
Counting number on the seven segment with AVR
I have written a program for my At-mega 32 in order to increase and decrease numbers from 0 to 9 and reverse (9 to 0) with the two tactile switch witch you can see in the picture.
But the problem is that while all of the numbers are demonstrated by…

a2640
- 1
- 2
-3
votes
1 answer
please help me answer this for me? my final exam
enter image description here
Question 1- In a system like the one below, the user is expected to enter a 4-digit password. The first time the program runs, it should say "Enter Password". When the user presses the Square key after entering the…