hi i want to find ram size of android device
i tried but failed !
ActivityManager.MemoryInfo mem_size = new ActivityManager.MemoryInfo(); ram.Text = mem_size.TotalMem.ToString();
so please help ???
Java.IO.RandomAccessFile reader = new Java.IO.RandomAccessFile("/proc/meminfo", "r"); string memory = reader.ReadLine();
Posts
Java.IO.RandomAccessFile reader = new Java.IO.RandomAccessFile("/proc/meminfo", "r"); string memory = reader.ReadLine();
Java.IO.RandomAccessFile reader = new Java.IO.RandomAccessFile("/proc/meminfo", "r"); string memory = reader.ReadLine();